guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-orgit: Update to 1.7.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-orgit: Update to 1.7.2.
Date: Sat, 08 Jan 2022 11:21:44 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7d2fc12f0b gnu: emacs-orgit: Update to 1.7.2.
7d2fc12f0b is described below

commit 7d2fc12f0bdb6b6fd3c796f37ad9cae52cd73691
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 8 17:21:01 2022 +0100

    gnu: emacs-orgit: Update to 1.7.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.7.2.
---
 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 f87225d006..3090578d63 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23505,7 +23505,7 @@ recursively.  The results are cached for speed.")
 (define-public emacs-orgit
   (package
     (name "emacs-orgit")
-    (version "1.7.1")
+    (version "1.7.2")
     (home-page "https://github.com/magit/orgit";)
     (source (origin
               (method git-fetch)
@@ -23515,7 +23515,7 @@ recursively.  The results are cached for speed.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0mbcr98xq3zim01dk1fbyc1vajnjwx90k62mygv343rhrd05v44m"))))
+                "0lc2lk9c7b92c1cna2pyb88x9fa4bydcqkp4zcn0khpdv54fmszq"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash emacs-magit))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]