gnu: emacs-buttercup: Update to 1.24.

* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.24.
This commit is contained in:
Nicolas Goaziou 2021-02-17 15:04:51 +01:00
parent e4730f2d19
commit 5b5b7336f4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20559,7 +20559,7 @@ targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
(define-public emacs-buttercup (define-public emacs-buttercup
(package (package
(name "emacs-buttercup") (name "emacs-buttercup")
(version "1.23") (version "1.24")
(source (source
(origin (origin
(method git-fetch) (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ym1hajy47n5f1rxic8qfxrwd8zc1r7csz1v4hrwhwm4qld4krfr")))) "1w02p4bfkyga6sign4flq2kw0hawyvnv63410pyh8nm7acp311gg"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t