summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-08 08:39:20 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-08 08:39:20 +0100
commitdef826331bb1e3153b3893046542dddb65b21bd3 (patch)
treef373162960020da9f2848edd180168067d5c5b4f /gnu
parent6176af29445a5694470edc1782118c567ad33b9d (diff)
downloadguix-patches-def826331bb1e3153b3893046542dddb65b21bd3.tar
guix-patches-def826331bb1e3153b3893046542dddb65b21bd3.tar.gz
gnu: emacs-perspective: Update to 2.14.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.14.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 05360dbf32..a6c95d263e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7330,7 +7330,7 @@ regexp that matches all known keywords.")
(define-public emacs-perspective
(package
(name "emacs-perspective")
- (version "2.11")
+ (version "2.14")
(source
(origin
(method git-fetch)
@@ -7339,8 +7339,7 @@ regexp that matches all known keywords.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "0nka5z6226r174ligja023qx2bb1pfyjbanafxprbyxkr17b2794"))))
+ (base32 "04r5h5zs5r6s22p5ynhpr860r2r552z9pyf4kbabfg1gz9jag7yp"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t