mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-forge: Update to 0.4.4.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.4. Change-Id: Ia16f23e149a102e3251664ddb4c3c3b794196364
This commit is contained in:
parent
683bce309b
commit
a1b3fb22b9
1 changed files with 2 additions and 2 deletions
|
@ -32575,7 +32575,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.4.3")
|
(version "0.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -32584,7 +32584,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 "1hygvyjpbbgv779rypy65qwq55gddbc5wz2j19h05pbr4yhf51jk"))))
|
(base32 "1nrr3l19p3hcm4jyghkl16d1pn0nqq6v6s19s54xl5yzjxfj44yq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no tests
|
`(#:tests? #f ;no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue