guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: emacs-calibredb: Update to 2.12.0.


From: guix-commits
Subject: 05/06: gnu: emacs-calibredb: Update to 2.12.0.
Date: Mon, 11 Jul 2022 04:59:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a3fa82ddea93fd201cf83e06e5fab9f3d46159f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 10:50:25 2022 +0200

    gnu: emacs-calibredb: Update to 2.12.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.12.0.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f57053da5..71411de425 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26618,7 +26618,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
 (define-public emacs-calibredb
   (package
     (name "emacs-calibredb")
-    (version "2.10.0")
+    (version "2.12.0")
     (source
      (origin
        (method git-fetch)
@@ -26627,7 +26627,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s26a2fy1xldd0q57avds7zn0h7lkis2hjh9zmm1qhwn8409hys9"))))
+        (base32 "1l30s3wv21mpybbxni5fziq2awai9k60i87s6fid56hg262r7jp0"))))
     (build-system emacs-build-system)
     (arguments
      '(#:phases
@@ -26644,7 +26644,7 @@ all of your projects, then override or add variables on 
a per-project basis.")
     (inputs
      (list calibre))
     (propagated-inputs
-     (list emacs-dash emacs-s emacs-transient))
+     (list emacs-dash emacs-esxml emacs-s emacs-transient))
     (home-page "https://github.com/chenyanming/calibredb.el";)
     (synopsis "Yet another calibre client for Emacs")
     (description "This package integrates calibre into Emacs.



reply via email to

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