guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0c7d1dd9b95797d31dd8a1ba139226dc952ba8a8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 13:02:15 2025 +0200

    gnu: emacs-orgit-forge: Update to 1.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-orgit-forge): Update to 1.0.3.
    
    Change-Id: I1ae081b5cbfef4944206ce0c6054522c5647ad24
---
 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 ded7a6b4fb..8d5d82ab33 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35153,7 +35153,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.0")
+    (version "1.0.3")
     (home-page "https://github.com/magit/orgit-forge";)
     (source
      (origin
@@ -35163,7 +35163,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 "1xcv7kqsrv39rk8fjd2sbl2wrr8mdb6y1xipifki4q7mry1c6v6w"))))
+        (base32 "0cz2bzpkk3sjsjcycbdfykhchghx1mn76qxx3pbr2a7qjh7zfdd4"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))       ; no tests
     (propagated-inputs

Reply via email to