ngz pushed a commit to branch master
in repository guix.
commit 411b820a0997efb7e85bf3407b570a4713ff5cc6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Oct 12 11:42:56 2024 +0200
gnu: emacs-wucuo: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-wucuo): Update to 0.3.2.
Change-Id: I0b8f8ce7fa04e67de9c057c0c03a23c066f0fbd1
---
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 db77348f5d..ef7826e8f6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15997,7 +15997,7 @@ restrict the text width to 80 characters.")
(define-public emacs-wucuo
(package
(name "emacs-wucuo")
- (version "0.3.0")
+ (version "0.3.2")
(source
(origin
(method git-fetch)
@@ -16006,7 +16006,7 @@ restrict the text width to 80 characters.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0za3mxssx48shdaqwn8akxrshkqn92dd0s06h6abqk9mfzdd67ng"))))
+ (base32 "0ivy3jaj9jml10jn020mma6x92j8q75q7wzbd23m9jl4w60bpqlq"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t