3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-ement: Update to 0.1.3.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.3.
This commit is contained in:
Nicolas Goaziou 2022-09-12 13:01:13 +02:00
parent 70d58d1556
commit a59bc77c04
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16572,7 +16572,7 @@ which avoids some of the issues with using Emacss built-in Url library.")
(define-public emacs-ement
(package
(name "emacs-ement")
(version "0.1.2")
(version "0.1.3")
(source
(origin
(method git-fetch)
@ -16581,7 +16581,7 @@ which avoids some of the issues with using Emacss built-in Url library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0khp1x8rip6kddkb7d6y14z1505zhk1gdxiaw0m26ksa1rw852nr"))))
(base32 "075mwlc616rr86zgli36n6r8w09c5cvlk43by0f1xzla5rmiza8r"))))
(build-system emacs-build-system)
(arguments
`(#:emacs ,emacs)) ;need libxml support