guix-commits
[Top][All Lists]
Advanced

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

59/285: gnu: xchm: Update to 1.31.


From: guix-commits
Subject: 59/285: gnu: xchm: Update to 1.31.
Date: Sun, 29 Dec 2019 20:44:00 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit dbf91bc280036c8e0db861ad28f5401f11790628
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 23 03:37:14 2019 +0100

    gnu: xchm: Update to 1.31.
    
    * gnu/packages/ebook.scm (xchm): Update to 1.31.
---
 gnu/packages/ebook.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 4c3efbf..7f8aa42 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2016, 2017 Alex Griffin <address@hidden>
 ;;; Copyright © 2017, 2019 Brendan Tildesley <address@hidden>
 ;;; Copyright © 2017 Roel Janssen <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -337,7 +337,7 @@ following formats:
 (define-public xchm
   (package
     (name "xchm")
-    (version "1.30")
+    (version "1.31")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rzvncj/xCHM";
@@ -345,7 +345,7 @@ following formats:
                                   version "/xchm-" version ".tar.gz"))
               (sha256
                (base32
-                "1865wb3ppmx5y12rqfhv4wri0lfdah41zsfz94xb8gym80m8zac5"))))
+                "0aw6bysqiwbw75n3ad229ihlmh7chqs1wlxm0398z3lfp2y6n7qf"))))
     (build-system gnu-build-system)
     (inputs
      `(("wxwidgets" ,wxwidgets)



reply via email to

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