diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-19 16:09:12 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-19 16:09:12 +0200 |
commit | 68fc1b405e6502dcd73e765d0822ad6208886310 (patch) | |
tree | a2aea63e6f43b325b7d0f128b9975a1382769be2 /gnu | |
parent | 5e745662661153452c6e6b6664fc8335dc79d5b4 (diff) |
gnu: emacs-perspective: Update to 2.17.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.17.
Diffstat (limited to 'gnu')
-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 1a4242896b..afaed2de9e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8479,7 +8479,7 @@ regexp that matches all known keywords.") (define-public emacs-perspective (package (name "emacs-perspective") - (version "2.16") + (version "2.17") (source (origin (method git-fetch) @@ -8488,7 +8488,7 @@ regexp that matches all known keywords.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0hg4rj3v748f6k4fwa21g683vs3bfya0wg9r9xdg216kdhfdk5j7")))) + (base32 "1nmz39pcaa969g1966ykblzrz6lr3ddb0ip465y5in1fj498as6y")))) (build-system emacs-build-system) (arguments `(#:tests? #t |