[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-orgit: Update to 1.8.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-orgit: Update to 1.8.0. |
Date: |
Fri, 11 Feb 2022 02:26:17 -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 e32ea56f05 gnu: emacs-orgit: Update to 1.8.0.
e32ea56f05 is described below
commit e32ea56f05a06d0e67e9099bf25bf919dabc1423
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 11 08:25:12 2022 +0100
gnu: emacs-orgit: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.8.0.
---
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 92c247ca38..8397162c1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24079,7 +24079,7 @@ recursively. The results are cached for speed.")
(define-public emacs-orgit
(package
(name "emacs-orgit")
- (version "1.7.2")
+ (version "1.8.0")
(home-page "https://github.com/magit/orgit")
(source (origin
(method git-fetch)
@@ -24089,7 +24089,7 @@ recursively. The results are cached for speed.")
(file-name (git-file-name name version))
(sha256
(base32
- "0lc2lk9c7b92c1cna2pyb88x9fa4bydcqkp4zcn0khpdv54fmszq"))))
+ "1hjfsj12qx06m8ji4l2sg502a55sabar4h6c2b2i9nmp1xf5889l"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-magit))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-orgit: Update to 1.8.0.,
guix-commits <=