me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ement: Update to 0.3.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.
master
Nicolas Goaziou 2022-09-30 08:34:27 +02:00
parent b5b5f5fff3
commit 77a075e9ae
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17103,7 +17103,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.2.1") (version "0.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17112,7 +17112,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 "0kfh0vlsz4qnx4vwkwhkxawk5cpxgnvkar72wha9cxj8s6j51vx0")))) (base32 "0ing4pdqh4z3jsk9qb8qc5n968c27mxn0yq0h102plrb7fafd8ic"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:emacs ,emacs)) ;need libxml support `(#:emacs ,emacs)) ;need libxml support