mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ement: Update to 0.15.1.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.15.1. Change-Id: I1ecc86adddd810ff90cb1a4dc8ecdc44f66f5bce
This commit is contained in:
parent
9609e40cc2
commit
a7bcd91ff9
1 changed files with 2 additions and 2 deletions
|
@ -21091,7 +21091,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
||||||
(define-public emacs-ement
|
(define-public emacs-ement
|
||||||
(package
|
(package
|
||||||
(name "emacs-ement")
|
(name "emacs-ement")
|
||||||
(version "0.15")
|
(version "0.15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21100,7 +21100,7 @@ which avoids some of the issues with using Emacs’s 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 "0imylq7x5nb94pxzjlhnlirxp7fr4mrmaz2rqrv762fsbim0gp48"))))
|
(base32 "1wj0gzbx3m4j1h093nh8m65xmmhz2wjmlg39smxai44x7va27xmv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:emacs emacs)) ;need libxml support
|
(list #:emacs emacs)) ;need libxml support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue