diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-01-26 19:32:06 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-01-26 20:58:43 +0100 |
commit | 186094e1fc784ac82004b5698e54db03be8c5095 (patch) | |
tree | cd359a3f0a9c436c4c0ea249a341b620b1761074 | |
parent | 57803dd6d583d6429a74acfe9a119a799822f691 (diff) |
gnu: emacs-forge: Update to 0.4.6.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.6.
Change-Id: Ib43714cf3c4e1b6eccc6aa42e3bd2f3a38e986e2
-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 9ea9decda0..77c5a63c36 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -33520,7 +33520,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.5") + (version "0.4.6") (source (origin (method git-fetch) @@ -33529,7 +33529,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 "0jmq2mzbshz3dh39vwkqnb94li5bnq00rg3cn41wmqv3bvi0734y")))) + (base32 "0mh542c9hy401jcvammd89v9ja3zxc16k7zhfflq67x90987mwhp")))) (build-system emacs-build-system) (arguments `(#:tests? #f ;no tests |