diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-08-01 13:16:38 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-08-01 13:16:38 +0200 |
commit | 6e0eb82f214b7db8d853517d0ee273da4148bed1 (patch) | |
tree | 76256dab9bd93cfd975badd48a1cc3315512234c | |
parent | dbbadb87b469443cbcdcce9999ce65344ff10ccf (diff) |
gnu: emacs-perspective: Update to 2.16.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.16.
-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 b3d93a740d..c829725c2c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8331,7 +8331,7 @@ regexp that matches all known keywords.") (define-public emacs-perspective (package (name "emacs-perspective") - (version "2.15") + (version "2.16") (source (origin (method git-fetch) @@ -8340,7 +8340,7 @@ regexp that matches all known keywords.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0l9i7ky25d9ii04w2brgxc8dk2rky50naba8lbfqi7hcc34z8pp6")))) + (base32 "0hg4rj3v748f6k4fwa21g683vs3bfya0wg9r9xdg216kdhfdk5j7")))) (build-system emacs-build-system) (arguments `(#:tests? #t |