guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1b5425ec092c90b74b3670c656de7cda7ccbef02
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 13:00:38 2025 +0200

    gnu: emacs-orgit: Update to 2.0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 2.0.5.
    [propagated-inputs]: Add emacs-cond-let.
    
    Change-Id: Ifd54d1f6029212498832a69e3deb287e54585563
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9108b7e6da..ded7a6b4fb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35126,7 +35126,7 @@ recursively.  The results are cached for speed.")
 (define-public emacs-orgit
   (package
     (name "emacs-orgit")
-    (version "2.0.1")
+    (version "2.0.5")
     (home-page "https://github.com/magit/orgit";)
     (source (origin
               (method git-fetch)
@@ -35136,12 +35136,12 @@ recursively.  The results are cached for speed.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0yi73l7hm6x5pyalfmcv0mnklhc574xij35q8zkh6ahrnfbyv8ks"))))
+                "1nz9fy4348iha1zbw0v8hzsxv171v5758jilhsn2ksn9nvpkbbyb"))))
     (build-system emacs-build-system)
     (arguments
      (list #:tests? #f)) ; A makefile but no tests.
     (propagated-inputs
-     (list emacs-dash emacs-magit))
+     (list emacs-cond-let emacs-dash emacs-magit))
     (synopsis "Support for Org links to Magit buffers")
     (description "This package defines several Org link types, which can be
 used to link to certain Magit buffers.  Use the command

Reply via email to