GNU bug report logs -
#55417
[PATCH] gnu: emacs-buttercup: Update to 1.25.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Sat, 14 May 2022 21:09:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.25.
---
1.24 fails to build w/ emacs28.
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c18505a681..f037d911cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23517,7 +23517,7 @@ (define-public emacs-sesman
(define-public emacs-buttercup
(package
(name "emacs-buttercup")
- (version "1.24")
+ (version "1.25")
(source
(origin
(method git-fetch)
@@ -23527,7 +23527,7 @@ (define-public emacs-buttercup
(file-name (git-file-name name version))
(sha256
(base32
- "1w02p4bfkyga6sign4flq2kw0hawyvnv63410pyh8nm7acp311gg"))))
+ "0fsysvsypda6b7azc15bpaprq3bwx4gb6rlq2mj6f8rgwdqc8153"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
--
2.36.0
This bug report was last modified 3 years and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.