me
/
guix
Archived
1
0
Fork 0

gnu: emacs-forge: Update to 0.2.1.

* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.2.1.
master
Nicolas Goaziou 2021-06-18 11:03:45 +02:00
parent 31c86c9f2e
commit eab1e95fbc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -23389,7 +23389,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"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 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(file-name (git-file-name name version))
(sha256
(base32
"139pndj9l9aifnvv2ak5zwf5gzwhp3m6dfpw1avf4vkh1zywzwa0"))))
"0j28vc0q1h36pk0y2nidnlsc2y7n0vpfrd8civiv1zp8z0jwfyc9"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))