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.5.2.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.5.2.
This commit is contained in:
Nicolas Goaziou 2022-12-25 22:49:49 +01:00
parent c408b9042f
commit 3fe33baed6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17946,7 +17946,7 @@ which avoids some of the issues with using Emacss built-in Url library.")
(define-public emacs-ement (define-public emacs-ement
(package (package
(name "emacs-ement") (name "emacs-ement")
(version "0.5.1") (version "0.5.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17955,7 +17955,7 @@ which avoids some of the issues with using Emacss built-in Url library.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "17spz9z7anzgqgcddsv5rqr6qa6yada3yrvz81z0knbpls5qqp6a")))) (base32 "1gc5b0mzh4a4xxbzfgjx5m830rymnf93qn2k5jvj7kmwnh15w89h"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:emacs ,emacs)) ;need libxml support `(#:emacs ,emacs)) ;need libxml support