mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-forge: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.3.1.
This commit is contained in:
parent
7651c9bb66
commit
a563443771
1 changed files with 2 additions and 2 deletions
|
@ -24806,7 +24806,7 @@ (define-public emacs-transient
|
|||
(define-public emacs-forge
|
||||
(package
|
||||
(name "emacs-forge")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24815,7 +24815,7 @@ (define-public emacs-forge
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15zm5azgl8gyd91i40a00ih4s2iwg1r8007n2gcfnmi6m4b7s0ak"))))
|
||||
(base32 "112mghydfzrbiwnzrb2f9d74y6ja702157p66ss94kqps0lj7rkp"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue