1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 00:54:05 +02:00

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

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

Change-Id: I79bab7c6774b562e1d5e92419c8d3f68620892bb
This commit is contained in:
Nicolas Goaziou
2026-05-01 22:18:53 +02:00
parent be9967b686
commit eca2cb2008
+2 -2
View File
@@ -37585,7 +37585,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.1")
(version "1.1.2")
(home-page "https://github.com/magit/orgit-forge")
(source
(origin
@@ -37595,7 +37595,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 "02cka68jrxcdzm12j7912zfgjj5ayw9avm6r59j59nc2kin3khmc"))))
(base32 "0fawwd2yys89kyp1q03xng9azgmbdai067m60x0agahrpvgdrysm"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs