diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-01-31 15:03:28 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-02-01 01:57:36 +0100 |
| commit | 17d7818fc5307faf48cbb102a783c0e9e59a0081 (patch) | |
| tree | e1eab09a4991186a459f0f921bca4c5d4920eddc /gnu | |
| parent | 8addcd44f9f20646e4f8246001030d4199576653 (diff) | |
gnu: emacs-forge: Update to 0.6.3.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.6.3.
Change-Id: I8cbc0a990e41ff601c15d66546d0a29bf7e1015c
Diffstat (limited to 'gnu')
| -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 6b4c05566a9..83b52c7f220 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -37458,7 +37458,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.6.2") + (version "0.6.3") (source (origin (method git-fetch) @@ -37467,7 +37467,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 "05clfk3w81p36v86bc169am6kp6k61phrh8pwvmzhknmar1lspln")))) + (base32 "0fg5r39l2y6smwkdzf0nwpa4hmgcj5mz28x8gwyvj9nfhgl4xg1j")))) (build-system emacs-build-system) (arguments (list |
