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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new def8263  gnu: emacs-perspective: Update to 2.14.
def8263 is described below

commit def826331bb1e3153b3893046542dddb65b21bd3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Feb 8 08:39:20 2021 +0100

    gnu: emacs-perspective: Update to 2.14.
    
    * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.14.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 05360db..a6c95d2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7330,7 +7330,7 @@ regexp that matches all known keywords.")
 (define-public emacs-perspective
   (package
     (name "emacs-perspective")
-    (version "2.11")
+    (version "2.14")
     (source
      (origin
        (method git-fetch)
@@ -7339,8 +7339,7 @@ regexp that matches all known keywords.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0nka5z6226r174ligja023qx2bb1pfyjbanafxprbyxkr17b2794"))))
+        (base32 "04r5h5zs5r6s22p5ynhpr860r2r552z9pyf4kbabfg1gz9jag7yp"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t

Reply via email to