guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-orgit: Update to 1.6.3.


From: guix-commits
Subject: 02/02: gnu: emacs-orgit: Update to 1.6.3.
Date: Wed, 17 Feb 2021 09:41:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 447757f83bc27926340be84b24186dcef8bd1845
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 15:41:00 2021 +0100

    gnu: emacs-orgit: Update to 1.6.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.6.3.
---
 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 90f403d..0a786b3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21382,7 +21382,7 @@ recursively.  The results are cached for speed.")
 (define-public emacs-orgit
   (package
     (name "emacs-orgit")
-    (version "1.5.3")
+    (version "1.6.3")
     (home-page "https://github.com/magit/orgit";)
     (source (origin
               (method git-fetch)
@@ -21392,7 +21392,7 @@ recursively.  The results are cached for speed.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ywavzki510rslsgfm0cnn3mlh644p61ha2nfb715xhkg7cd3j9g"))))
+                "08amzcvw483dpfq5r34ysn84wzd538qk0jblc94vgcaidspx6481"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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