mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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:
parent
eb32bce527
commit
411b820a09
1 changed files with 2 additions and 2 deletions
|
@ -15997,7 +15997,7 @@ (define-public emacs-writeroom
|
|||
(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 @@ (define-public emacs-wucuo
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0za3mxssx48shdaqwn8akxrshkqn92dd0s06h6abqk9mfzdd67ng"))))
|
||||
(base32 "0ivy3jaj9jml10jn020mma6x92j8q75q7wzbd23m9jl4w60bpqlq"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
Loading…
Reference in a new issue