diff mbox series

[bug#42568] gnu: emacs-perspective: Update to 2.9.

Message ID 87wo2oh0cx.fsf@rohleder.de
State Accepted
Headers show
Series [bug#42568] gnu: emacs-perspective: Update to 2.9. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Michael Rohleder July 28, 2020, 1:52 a.m. UTC

Comments

Nicolas Goaziou July 28, 2020, 10:39 a.m. UTC | #1
Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.9.

Applied. Thank you.

Regards,
diff mbox series

Patch

* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.9.
---
 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 8618a07a21..5bdd23a9b1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6330,7 +6330,7 @@  regexp that matches all known keywords.")
 (define-public emacs-perspective
   (package
     (name "emacs-perspective")
-    (version "2.8")
+    (version "2.9")
     (source
      (origin
        (method git-fetch)
@@ -6340,7 +6340,7 @@  regexp that matches all known keywords.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1gdacw1gkng1dhm12lhfssmac0fijsh3wpbvcmsv2jz3gpnjin1g"))))
+         "1hmbczw3b7k2xdqcy5p3xnf2781gjw6bqqcwc5r9myg6b8p3pr7m"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/nex3/perspective-el")
     (synopsis "Switch between named \"perspectives\"")
-- 
2.27.0