guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: calibre: Update to 2.48.0.


From: Andreas Enge
Subject: 01/01: gnu: calibre: Update to 2.48.0.
Date: Tue, 05 Jan 2016 21:47:47 +0000

andreas pushed a commit to branch master
in repository guix.

commit 7d1f8d4f52482998d5b8ee52fda792ddd8158c5d
Author: Andreas Enge <address@hidden>
Date:   Tue Jan 5 22:46:54 2016 +0100

    gnu: calibre: Update to 2.48.0.
    
    * gnu/packages/ebook.scm (calibre): Update to 2.48.0.
---
 gnu/packages/ebook.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 258294f..718e8b3 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Andreas Enge <address@hidden>
+;;; Copyright © 2015, 2016 Andreas Enge <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -60,7 +60,7 @@
 (define-public calibre
   (package
     (name "calibre")
-    (version "2.41.0")
+    (version "2.48.0")
     (source
       (origin
         (method url-fetch)
@@ -69,7 +69,7 @@
                             version ".tar.xz"))
         (sha256
           (base32
-           "069fkcsx7kaazs7f095nkz4jw9jrm0k9zq16ayx41lxjbd1r97ik"))
+           "0bjzw806czqxkhq9qqkhff8bhfc428pijkidb1h6gr47jqdp4hpg"))
         ;; 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]