gnu: emacs-buttercup: Update to 1.26.

* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.26.
This commit is contained in:
Nicolas Goaziou 2022-08-15 00:05:21 +02:00
parent 6097e97b2d
commit f5b51a6212
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23999,7 +23999,7 @@ (define-public emacs-sesman
(define-public emacs-buttercup (define-public emacs-buttercup
(package (package
(name "emacs-buttercup") (name "emacs-buttercup")
(version "1.25") (version "1.26")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -24009,7 +24009,7 @@ (define-public emacs-buttercup
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0fsysvsypda6b7azc15bpaprq3bwx4gb6rlq2mj6f8rgwdqc8153")))) "1zr9lczdr9dfh99n079d5advxm9p32a8f984dx14f3jn5mx750b1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t