guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e7d3752feb45dfdfb43923cff24a135809ad7077
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 15:01:15 2026 +0100

    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
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 178e14b56a..87189d8308 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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

Reply via email to