all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33461] [PATCH] gnu: emacs-picpocket: Update to 40.
@ 2018-11-22  0:36 Alex Vong
  2018-11-23 14:41 ` bug#33461: " Alex Vong
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Vong @ 2018-11-22  0:36 UTC (permalink / raw)
  To: 33461; +Cc: alexvong1995


[-- Attachment #1.1: Type: text/plain, Size: 170 bytes --]

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-emacs-picpocket-Update-to-40.patch --]
[-- Type: text/x-diff, Size: 1428 bytes --]

From 631ab73f6fdf195c8aec64faf80384b31c249dfa Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@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


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33461: [PATCH] gnu: emacs-picpocket: Update to 40.
  2018-11-22  0:36 [bug#33461] [PATCH] gnu: emacs-picpocket: Update to 40 Alex Vong
@ 2018-11-23 14:41 ` Alex Vong
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Vong @ 2018-11-23 14:41 UTC (permalink / raw)
  To: 33461-done; +Cc: alexvong1995

[-- Attachment #1: Type: text/plain, Size: 51 bytes --]

pushed as 332443d4290278cb40203a2edf5337aba4bb7b46

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-23 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-22  0:36 [bug#33461] [PATCH] gnu: emacs-picpocket: Update to 40 Alex Vong
2018-11-23 14:41 ` bug#33461: " Alex Vong

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.