guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-calibredb: Update to 2.5.0.


From: guix-commits
Subject: 03/04: gnu: emacs-calibredb: Update to 2.5.0.
Date: Mon, 10 Aug 2020 05:52:26 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 32ae5c6209e3b273e913a0481d196d5478adb41b
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Aug 9 18:57:16 2020 +0200

    gnu: emacs-calibredb: Update to 2.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.5.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 6bac148..af4dce7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20980,7 +20980,7 @@ through Dash docsets.")
 (define-public emacs-calibredb
   (package
     (name "emacs-calibredb")
-    (version "2.4.0")
+    (version "2.5.0")
     (source
      (origin
        (method git-fetch)
@@ -20989,7 +20989,7 @@ through Dash docsets.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0c6y3n51djajhfj4k6g0r58brls0fhyw6d7c6h4zi5jl1hw64vj6"))))
+        (base32 "11m9d015fnjf89qg6wpy0vs1vhvak5q753m4dzqrdw3jgm9zsnmv"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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