mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-perspective: Update to 2.19.
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.19. Change-Id: I62071ad523a7053cae1aa01adc595abd227400a5
This commit is contained in:
parent
1fc9344034
commit
7575f6df75
1 changed files with 2 additions and 2 deletions
|
@ -13595,7 +13595,7 @@ for Perl programing, and a tutorial for novices to start using Emacs.")
|
|||
(define-public emacs-perspective
|
||||
(package
|
||||
(name "emacs-perspective")
|
||||
(version "2.18")
|
||||
(version "2.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13604,7 +13604,7 @@ for Perl programing, and a tutorial for novices to start using Emacs.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1r026cw6p2ss5wg8mxgzf6iv1lb9pdnqyf6yrqb914aibkrvp9b6"))))
|
||||
(base32 "1vpjc9mk96siabl5j0k023bag00cwb852cpc9f89jyqhavm6011b"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue