diff options
author | Nicolas Goaziou <[email protected]> | 2024-09-15 09:20:38 +0200 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2024-09-15 10:45:44 +0200 |
commit | 9ba254c7b96b3d57eae5d0fe181a155cad32ea21 (patch) | |
tree | fb7d8cc303a3b9bc8b2520faa5b64ee616a7ca8d | |
parent | 8b6db0fa971d5a236e23f926d7239e14bff571b2 (diff) |
gnu: emacs-forge: Update to 0.4.3.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.3.
Change-Id: I6c03b86be15ffa3772e3734a5a3b075a390b6182
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index aafe5da9ff..5cc6bbde27 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -32424,7 +32424,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.1") + (version "0.4.3") (source (origin (method git-fetch) @@ -32433,7 +32433,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 "1kn3n1a6gdsd0l2v831sh43cly4p8s1snn494gdd23cw4jkk3qsv")))) + (base32 "1hygvyjpbbgv779rypy65qwq55gddbc5wz2j19h05pbr4yhf51jk")))) (build-system emacs-build-system) (arguments `(#:tests? #f ;no tests |