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

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

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

Change-Id: I40af218bbb2b8f23b67b03a70958e0371725484c
This commit is contained in:
Cayetano Santos
2025-11-18 20:27:46 +01:00
parent 0b42a0fd3b
commit 05c5d39ff6
+2 -2
View File
@@ -35808,7 +35808,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.0.3")
(version "1.1.0")
(home-page "https://github.com/magit/orgit-forge")
(source
(origin
@@ -35818,7 +35818,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 "0cz2bzpkk3sjsjcycbdfykhchghx1mn76qxx3pbr2a7qjh7zfdd4"))))
(base32 "153z3g3nvggk8a7vpdhr2dm0pvgrypsalk51z7nwspv2cmb6daq3"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests
(propagated-inputs