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:
Nicolas Goaziou 2024-10-12 11:43:03 +02:00
parent 683bce309b
commit a1b3fb22b9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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