mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-forge: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.2.1.
This commit is contained in:
parent
31c86c9f2e
commit
eab1e95fbc
1 changed files with 2 additions and 2 deletions
|
@ -23389,7 +23389,7 @@ (define-public emacs-transient
|
|||
(define-public emacs-forge
|
||||
(package
|
||||
(name "emacs-forge")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23399,7 +23399,7 @@ (define-public emacs-forge
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"139pndj9l9aifnvv2ak5zwf5gzwhp3m6dfpw1avf4vkh1zywzwa0"))))
|
||||
"0j28vc0q1h36pk0y2nidnlsc2y7n0vpfrd8civiv1zp8z0jwfyc9"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("texinfo" ,texinfo)))
|
||||
|
|
Loading…
Reference in a new issue