guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-picpocket: Update to version 41.


From: guix-commits
Subject: branch master updated: gnu: emacs-picpocket: Update to version 41.
Date: Thu, 20 May 2021 10:11:16 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2b425cf  gnu: emacs-picpocket: Update to version 41.
2b425cf is described below

commit 2b425cf35294b57772809aa27880b6d71e60f42e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu May 20 09:59:18 2021 -0400

    gnu: emacs-picpocket: Update to version 41.
    
    Partially resolves <https://issues.guix.gnu.org/47592>.
    
    * gnu/packages/emacs-xyz.scm (emacs-picpocket): Update to version 41.
---
 gnu/packages/emacs-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2af42f8..750a8a7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19988,8 +19988,8 @@ file.")
       (license license:gpl3+))))
 
 (define-public emacs-picpocket
-  (let ((version "40")
-        (commit "6fd88b8711c4370662c0f9c462170187d092a046"))
+  (let ((version "41")
+        (commit "fa3a49f011b5ae139728548fec7375743f61c7c7"))
     (package
       (name "emacs-picpocket")
       (version version)
@@ -20001,7 +20001,7 @@ file.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"))))
+          (base32 "1vb358jyfs3px70ah60dmlz5azdfkva9xrw3mgrr4060vcy7w4q1"))))
       (build-system emacs-build-system)
       (arguments ; needed for running tests
        `(#:tests? #t
@@ -20013,7 +20013,6 @@ file.")
       (synopsis "Image viewer for Emacs")
       (description
        "Picpocket is an image viewer for GNU Emacs.  It has commands for:
-
 @itemize
 @item File operations on the picture files (delete, move, copy, hardlink).
 @item Scale and rotate the picture.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]