1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 21:50:35 +02:00

gnu: emacs-orgit-forge: Update to 1.1.1.

* gnu/packages/emacs-xyz.scm (emacs-orgit-forge): Update to 1.1.1.

Change-Id: Id3eef92d0dde210a5910a4afc91a680e165a68e3
This commit is contained in:
Nicolas Goaziou
2026-01-31 15:01:15 +01:00
parent 8d654f2dcb
commit e7d3752feb

View File

@@ -36415,7 +36415,7 @@ Later you can insert it into an Org buffer using the command
(define-public emacs-orgit-forge
(package
(name "emacs-orgit-forge")
(version "1.1.0")
(version "1.1.1")
(home-page "https://github.com/magit/orgit-forge")
(source
(origin
@@ -36425,7 +36425,7 @@ Later you can insert it into an Org buffer using the command
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "153z3g3nvggk8a7vpdhr2dm0pvgrypsalk51z7nwspv2cmb6daq3"))))
(base32 "02cka68jrxcdzm12j7912zfgjj5ayw9avm6r59j59nc2kin3khmc"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs