me
/
guix
Archived
1
0
Fork 0

gnu: emacs-moody: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.0.

Change-Id: I8e22e59378e93791e33f3323df6e7be589ccfa44
master
Nicolas Goaziou 2024-06-29 09:58:18 +02:00
parent 71f1a05806
commit 2287edf0ff
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1970,7 +1970,7 @@ displayed at the bottom or at the top.")
(define-public emacs-moody
(package
(name "emacs-moody")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method git-fetch)
@ -1979,7 +1979,7 @@ displayed at the bottom or at the top.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "03rg1f8lnxc16cipadaxgvl9cdxlihn64xbww35n8cbkhgmmir5z"))))
(base32 "1pj1gpwmwl5affnvwb8ckx4xl9vm7xs8bn1xncsr0m8aamv2rh03"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))