mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: emacs-buttercup: Update to 1.24.
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.24.
This commit is contained in:
parent
e4730f2d19
commit
5b5b7336f4
1 changed files with 2 additions and 2 deletions
|
@ -20559,7 +20559,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
|
|||
(define-public emacs-buttercup
|
||||
(package
|
||||
(name "emacs-buttercup")
|
||||
(version "1.23")
|
||||
(version "1.24")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20569,7 +20569,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ym1hajy47n5f1rxic8qfxrwd8zc1r7csz1v4hrwhwm4qld4krfr"))))
|
||||
"1w02p4bfkyga6sign4flq2kw0hawyvnv63410pyh8nm7acp311gg"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
Loading…
Add table
Reference in a new issue