guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: emacs-calibredb: Update to 2.6.0.


From: guix-commits
Subject: 08/09: gnu: emacs-calibredb: Update to 2.6.0.
Date: Wed, 2 Sep 2020 11:19:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c9a86e666f8ae7d15bb13d730b6949e7113c3d90
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Sep 1 10:57:24 2020 +0200

    gnu: emacs-calibredb: Update to 2.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0.
    [propagated-inputs]: removed emacs-org, because it's optional now.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7db50c7..3652316 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21157,7 +21157,7 @@ through Dash docsets.")
 (define-public emacs-calibredb
   (package
     (name "emacs-calibredb")
-    (version "2.5.0")
+    (version "2.6.0")
     (source
      (origin
        (method git-fetch)
@@ -21166,11 +21166,10 @@ through Dash docsets.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11m9d015fnjf89qg6wpy0vs1vhvak5q753m4dzqrdw3jgm9zsnmv"))))
+        (base32 "132afbbh4km2cbll46i6bpksvin0ncgfy782g4nkfjmwjaqh3d5l"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)
-       ("emacs-org" ,emacs-org)
        ("emacs-s" ,emacs-s)
        ("emacs-transient" ,emacs-transient)))
     (home-page "https://github.com/chenyanming/calibredb.el";)



reply via email to

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