guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: libzim: Update to 8.0.0.


From: guix-commits
Subject: 02/06: gnu: libzim: Update to 8.0.0.
Date: Sat, 13 Aug 2022 08:05:32 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 1e51cb37fb15c5d66a536dea7981c982915400b6
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat Aug 13 16:46:22 2022 +0530

    gnu: libzim: Update to 8.0.0.
    
    * gnu/packages/web.scm (libzim): Update to 8.0.0.
    [inputs]: Remove labels. Sort.
---
 gnu/packages/web.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a05df8a3bf..c4eac670e8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7952,7 +7952,7 @@ concurrency, and return status.")
 (define-public libzim
   (package
     (name "libzim")
-    (version "6.3.2")
+    (version "8.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7960,19 +7960,19 @@ concurrency, and return status.")
                     (commit version)))
               (sha256
                (base32
-                "00kc4qc0a69jh1jwk5xhi567b7ffpc3p38ffrf2xaax4hvpjwmn6"))
+                "1a7wj8kmpx5aqx0wsfcnaqlfsf1gr66iqxyn24cgjnk4d1rjsahm"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (arguments
      ;; TODO: Find out why tests fail.
      '(#:tests? #f))
     (inputs
-     `(("icu4c" ,icu4c)
-       ("liblzma" ,xz)
-       ("libuuid" ,util-linux "lib")
-       ("python" ,python-wrapper)       ;for libzim-compile-resources
-       ("xapian" ,xapian)
-       ("zstd" ,zstd "lib")))
+     (list icu4c
+           python-wrapper ; for libzim-compile-resources
+           xapian
+           xz
+           (list util-linux "lib")
+           (list zstd "lib")))
     (native-inputs
      (list pkg-config googletest))
     (home-page "https://wiki.openzim.org/wiki/Main_Page";)



reply via email to

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