emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#43150: closed ([PATCH] gnu: emacs-calibredb: Update to 2.6.0.)


From: GNU bug Tracking System
Subject: bug#43150: closed ([PATCH] gnu: emacs-calibredb: Update to 2.6.0.)
Date: Wed, 02 Sep 2020 15:15:01 +0000

Your message dated Wed, 02 Sep 2020 17:14:13 +0200
with message-id <87imcw43ei.fsf@gnu.org>
and subject line Re: [bug#43150] [PATCH] gnu: emacs-calibredb: Update to 2.6.0.
has caused the debbugs.gnu.org bug report #43150,
regarding [PATCH] gnu: emacs-calibredb: Update to 2.6.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43150: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43150
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-calibredb: Update to 2.6.0. Date: Tue, 1 Sep 2020 10:57:24 +0200
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0.
[propagated-inputs]: removed emacs-org, because it's optional now.
---
 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 aa9a1436fb..1775e2c04b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21147,7 +21147,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)
@@ -21156,11 +21156,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";)
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#43150] [PATCH] gnu: emacs-calibredb: Update to 2.6.0. Date: Wed, 02 Sep 2020 17:14:13 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0.
> [propagated-inputs]: removed emacs-org, because it's optional now.

Applied, thanks!


--- End Message ---

reply via email to

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