mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: emacs-forge: Update to 20201119.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 20201119.
This commit is contained in:
parent
182ea66f6f
commit
924d082692
1 changed files with 3 additions and 3 deletions
|
@ -20961,10 +20961,10 @@ (define-public emacs-transient
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-forge
|
(define-public emacs-forge
|
||||||
(let ((commit "09bf8adc9c9afb492632e612f51f39e1cc15fca0"))
|
(let ((commit "05ef02913004826165c383bd6d2ff6574542b76c"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-forge")
|
(name "emacs-forge")
|
||||||
(version (git-version "0.1.0" "4" commit))
|
(version (git-version "0.1.0" "5" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -20974,7 +20974,7 @@ (define-public emacs-forge
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"148h1rvmfmxyrfy2q5l0vzblr7lpsyw1si30hfwhzsj8fvj21qcr"))))
|
"1vv7xlawj2zmwqk69qlsqflhh0lbyqm5xf4x8l4v2069g0k8mmx1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
|
Loading…
Reference in a new issue