Archived
1
0
Fork 0

gnu: emacs-ement: Update to 0.15.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.15.

Change-Id: Ie746965ddd693b232f7dce9c1562b84ac169f840
This commit is contained in:
Nicolas Goaziou 2024-05-01 12:17:12 +02:00
parent 7d4ae2fca7
commit 5267dbee62
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21008,7 +21008,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.14") (version "0.15")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -21017,7 +21017,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 "0nfkxcwkyyy181y6wv64b69rq3spbb3lq634bk6j824aws7ha5rk")))) (base32 "0imylq7x5nb94pxzjlhnlirxp7fr4mrmaz2rqrv762fsbim0gp48"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list #:emacs emacs)) ;need libxml support (list #:emacs emacs)) ;need libxml support