GNU bug report logs -
#33461
[PATCH] gnu: emacs-picpocket: Update to 40.
Previous Next
Reported by: Alex Vong <alexvong1995 <at> gmail.com>
Date: Thu, 22 Nov 2018 00:37:02 UTC
Severity: normal
Tags: patch
Done: Alex Vong <alexvong1995 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 23 Nov 2018 22:41:23 +0800
with message-id <87y39jzwj0.fsf <at> gmail.com>
and subject line Re: [PATCH] gnu: emacs-picpocket: Update to 40.
has caused the debbugs.gnu.org bug report #33461,
regarding [PATCH] gnu: emacs-picpocket: Update to 40.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
33461: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33461
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hello,
This patch updates emacs-picpocket to its latest version and fix the
version string as well:
https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00286.html
[0001-gnu-emacs-picpocket-Update-to-40.patch (text/x-diff, inline)]
From 631ab73f6fdf195c8aec64faf80384b31c249dfa Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> gmail.com>
Date: Thu, 22 Nov 2018 07:56:00 +0800
Subject: [PATCH] gnu: emacs-picpocket: Update to 40.
Fix version string as well:
<https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00286.html>.
* gnu/packages/emacs.scm (emacs-picpocket): Update to 40.
---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 98a20028f..95a3370c3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11735,8 +11735,8 @@ file.")
(license license:gpl3+))))
(define-public emacs-picpocket
- (let ((version "20180610.1059") ; taken from melpa
- (commit "ce4b6ed088384f2414af82e8e4eae5b92c2874bf"))
+ (let ((version "40")
+ (commit "6fd88b8711c4370662c0f9c462170187d092a046"))
(package
(name "emacs-picpocket")
(version version)
@@ -11748,7 +11748,7 @@ file.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "15vpbcv83mc4j1pvrk7xic0klh2bl9gzg2xxs7c2lmnix52hy8mv"))))
+ (base32 "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"))))
(build-system emacs-build-system)
(arguments ; needed for running tests
`(#:tests? #t
--
2.19.1
[Message part 5 (text/plain, inline)]
Cheers,
Alex
[signature.asc (application/pgp-signature, inline)]
[Message part 7 (message/rfc822, inline)]
[Message part 8 (text/plain, inline)]
pushed as 332443d4290278cb40203a2edf5337aba4bb7b46
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.