ngz pushed a commit to branch master
in repository guix.
commit a1b3fb22b945000fa3469e83d532a18aca44a99a
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Oct 12 11:43:03 2024 +0200
gnu: emacs-forge: Update to 0.4.4.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.4.
Change-Id: Ia16f23e149a102e3251664ddb4c3c3b794196364
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f0b16c9a9a..32de72d3e3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32575,7 +32575,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.4.3")
+ (version "0.4.4")
(source
(origin
(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))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hygvyjpbbgv779rypy65qwq55gddbc5wz2j19h05pbr4yhf51jk"))))
+ (base32 "1nrr3l19p3hcm4jyghkl16d1pn0nqq6v6s19s54xl5yzjxfj44yq"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ;no tests