diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-20 09:59:18 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-20 10:09:58 -0400 |
commit | 2b425cf35294b57772809aa27880b6d71e60f42e (patch) | |
tree | 54cad9e2f9e47471f43dc77cbae1b4477625f0b3 /gnu | |
parent | 7ff515aa511afbaf177a8bde68bde6a3878ca447 (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2af42f8842..750a8a7ca6 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. |