guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-perspective: Update to 2.8.


From: guix-commits
Subject: branch master updated: gnu: emacs-perspective: Update to 2.8.
Date: Mon, 01 Jun 2020 09:21:57 -0400

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 1a5706d  gnu: emacs-perspective: Update to 2.8.
1a5706d is described below

commit 1a5706df6fea263d8319217334ee92329ff544f2
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Jun 1 14:29:38 2020 +0200

    gnu: emacs-perspective: Update to 2.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.8.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c1f7f1f..5f0a018 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5897,7 +5897,7 @@ regexp that matches all known keywords.")
 (define-public emacs-perspective
   (package
     (name "emacs-perspective")
-    (version "2.2")
+    (version "2.8")
     (source
      (origin
        (method git-fetch)
@@ -5907,7 +5907,7 @@ regexp that matches all known keywords.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
+         "1gdacw1gkng1dhm12lhfssmac0fijsh3wpbvcmsv2jz3gpnjin1g"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/nex3/perspective-el";)
     (synopsis "Switch between named \"perspectives\"")



reply via email to

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