guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: calibre: Update to 2.58.0.


From: Efraim Flashner
Subject: 05/05: gnu: calibre: Update to 2.58.0.
Date: Mon, 6 Jun 2016 07:22:20 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 9acd40fee8aa5db435f4068f4fa4c4b00e36e9dc
Author: Efraim Flashner <address@hidden>
Date:   Mon Jun 6 09:27:48 2016 +0300

    gnu: calibre: Update to 2.58.0.
    
    * gnu/packages/ebook.scm (calibre): Update to 2.58.0.
---
 gnu/packages/ebook.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index f972d88..2b450ca 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016 Andreas Enge <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -60,7 +61,7 @@
 (define-public calibre
   (package
     (name "calibre")
-    (version "2.51.0")
+    (version "2.58.0")
     (source
       (origin
         (method url-fetch)
@@ -68,8 +69,8 @@
                             version "/calibre-"
                             version ".tar.xz"))
         (sha256
-          (base32
-           "1rhpcxic4g2zyr5s3xn8dayyb45l9r8zyniaig8j7pl5kmsfjijn"))
+         (base32
+          "0npqvfjqj1vwa7nmnsyd4d30z40brydw275ldf1jankrp6dr9dyd"))
         ;; Remove non-free or doubtful code, see
         ;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
         (modules '((guix build utils)))



reply via email to

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