1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: emacs-wucuo: Update to 0.3.2.

* gnu/packages/emacs-xyz.scm (emacs-wucuo): Update to 0.3.2.

Change-Id: I0b8f8ce7fa04e67de9c057c0c03a23c066f0fbd1
This commit is contained in:
Nicolas Goaziou 2024-10-12 11:42:56 +02:00
parent eb32bce527
commit 411b820a09
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15997,7 +15997,7 @@ restrict the text width to 80 characters.")
(define-public emacs-wucuo (define-public emacs-wucuo
(package (package
(name "emacs-wucuo") (name "emacs-wucuo")
(version "0.3.0") (version "0.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -16006,7 +16006,7 @@ restrict the text width to 80 characters.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0za3mxssx48shdaqwn8akxrshkqn92dd0s06h6abqk9mfzdd67ng")))) (base32 "0ivy3jaj9jml10jn020mma6x92j8q75q7wzbd23m9jl4w60bpqlq"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t