gnu: emacs-forge: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.3.2.
This commit is contained in:
parent
7047c2b652
commit
bf5e83aeab
1 changed files with 2 additions and 2 deletions
|
@ -26782,7 +26782,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
|
||||||
(define-public emacs-forge
|
(define-public emacs-forge
|
||||||
(package
|
(package
|
||||||
(name "emacs-forge")
|
(name "emacs-forge")
|
||||||
(version "0.3.1")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -26791,7 +26791,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "112mghydfzrbiwnzrb2f9d74y6ja702157p66ss94kqps0lj7rkp"))))
|
(base32 "0p1jlq169hpalhzmjm3h4q3x5xr9kdmz0qig8jwfvisyqay5vbih"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no tests
|
`(#:tests? #f ;no tests
|
||||||
|
|
Reference in a new issue