diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-09-05 10:23:06 +0200 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-09-06 11:46:20 +0300 |
commit | b8c61a98b5649a63bc5affb03a151918b96db6dd (patch) | |
tree | 49777e542bbd113854b64d6b2a411a39341001e6 | |
parent | 43986e8d6ba255a72e77301c18f10d5b12f00461 (diff) |
gnu: emacs-perspective: Update to 2.11.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.11.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4a524f1c59..b5d1391d99 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6480,7 +6480,7 @@ regexp that matches all known keywords.") (define-public emacs-perspective (package (name "emacs-perspective") - (version "2.10") + (version "2.11") (source (origin (method git-fetch) @@ -6490,7 +6490,7 @@ regexp that matches all known keywords.") (file-name (git-file-name name version)) (sha256 (base32 - "1xfcm69nd6f9chwlqfz5vd8nnyl5mwharxjrn1m515568dqrk62x")))) + "0nka5z6226r174ligja023qx2bb1pfyjbanafxprbyxkr17b2794")))) (build-system emacs-build-system) (arguments `(#:tests? #t |