mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: emacs-perspective: Update to 2.8.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7a99c58c45
commit
1a5706df6f
1 changed files with 2 additions and 2 deletions
|
@ -5897,7 +5897,7 @@ (define-public emacs-hl-todo
|
|||
(define-public emacs-perspective
|
||||
(package
|
||||
(name "emacs-perspective")
|
||||
(version "2.2")
|
||||
(version "2.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5907,7 +5907,7 @@ (define-public emacs-perspective
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
|
||||
"1gdacw1gkng1dhm12lhfssmac0fijsh3wpbvcmsv2jz3gpnjin1g"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/nex3/perspective-el")
|
||||
(synopsis "Switch between named \"perspectives\"")
|
||||
|
|
Loading…
Reference in a new issue