mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: emacs-ement: Update to 0.1-pre-3.02015ea.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1-pre-3.02015ea.
This commit is contained in:
parent
8bc6219cce
commit
2d6586874b
1 changed files with 3 additions and 3 deletions
|
@ -16150,8 +16150,8 @@ (define-public emacs-plz
|
||||||
(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 @@ (define-public emacs-ement
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue