gnu: emacs-ement: Update to 0.1-pre-3.02015ea.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1-pre-3.02015ea.master
parent
8bc6219cce
commit
2d6586874b
|
@ -16150,8 +16150,8 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ement
|
(define-public emacs-ement
|
||||||
(let ((commit "45b7882c8a8f28eb59113f78db0e79918f2c58ee")
|
(let ((commit "02015eacf682b53baaddf26c8a4046e6ff84d4e8")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ement")
|
(name "emacs-ement")
|
||||||
(version (git-version "0.1-pre" revision commit))
|
(version (git-version "0.1-pre" revision commit))
|
||||||
|
@ -16163,7 +16163,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f79h9l7chazan7kh2g73banqim5p4gz2nyx3cvp9jjfz32c4k46"))))
|
(base32 "0xnhhzl1si09l7lgh5smgpmxgbkzi8p68dykdgsawqa960w6n1ks"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs)) ;need libxml support
|
`(#:emacs ,emacs)) ;need libxml support
|
||||||
|
|
Reference in New Issue