[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-calibredb: Update to 2.7.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-calibredb: Update to 2.7.0. |
Date: |
Fri, 23 Oct 2020 06:30:12 -0400 |
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 c93ff25 gnu: emacs-calibredb: Update to 2.7.0.
c93ff25 is described below
commit c93ff25221395beeae12420fea2c6366fd598727
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Oct 22 17:59:46 2020 +0200
gnu: emacs-calibredb: Update to 2.7.0.
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.7.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 035f961..d2b37ed 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21616,7 +21616,7 @@ through Dash docsets.")
(define-public emacs-calibredb
(package
(name "emacs-calibredb")
- (version "2.6.0")
+ (version "2.7.0")
(source
(origin
(method git-fetch)
@@ -21625,7 +21625,7 @@ through Dash docsets.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "132afbbh4km2cbll46i6bpksvin0ncgfy782g4nkfjmwjaqh3d5l"))))
+ (base32 "1w3kz9iny72gk54jdafz8sy5sv6hnpm3rw4fn1r8aznx4p00f9dy"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-calibredb: Update to 2.7.0.,
guix-commits <=