[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/18: gnu: libzip: Update to 1.5.1.
From: |
Marius Bakke |
Subject: |
04/18: gnu: libzip: Update to 1.5.1. |
Date: |
Thu, 12 Jul 2018 11:21:39 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 804863196c9f29b80e294057217f6e6a12941c8d
Author: Marius Bakke <address@hidden>
Date: Thu Jul 12 15:52:19 2018 +0200
gnu: libzip: Update to 1.5.1.
* gnu/packages/compression.scm (libzip): Update to 1.5.1.
[build-system]: Switch to CMAKE-BUILD-SYSTEM.
---
gnu/packages/compression.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 2ca431b..0d73886 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1889,19 +1889,19 @@ create, manipulate, read, and write Zip archive files.")
(define-public libzip
(package
(name "libzip")
- (version "1.3.2")
+ (version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append
"https://libzip.org/download/" name "-" version ".tar.xz"))
(sha256
(base32
- "11g1hvm2bxa2v5plakfzcwyk5hb5fz4kgrkp38l0xhnv21888xv2"))))
+ "0wnkkvkq90wyawj9221i77sf3nix1vj3ygzdy59k8yvcjnv3bsh4"))))
(native-inputs
`(("perl" ,perl)))
(inputs
`(("zlib" ,zlib)))
- (build-system gnu-build-system)
+ (build-system cmake-build-system)
(home-page "https://libzip.org")
(synopsis "C library for reading, creating, and modifying zip archives")
(description "Libzip is a C library for reading, creating, and modifying
- branch master updated (6adc6b0 -> f42846b), Marius Bakke, 2018/07/12
- 06/18: gnu: python-pyyaml: Update to 3.13., Marius Bakke, 2018/07/12
- 02/18: gnu: openh264: Update to 1.8.0., Marius Bakke, 2018/07/12
- 03/18: gnu: rng-tools: Update to 6.3., Marius Bakke, 2018/07/12
- 08/18: gnu: tevent: Update to 0.9.37., Marius Bakke, 2018/07/12
- 07/18: gnu: talloc: Update to 2.1.14., Marius Bakke, 2018/07/12
- 17/18: gnu: unbound: Update to 1.7.3., Marius Bakke, 2018/07/12
- 04/18: gnu: libzip: Update to 1.5.1.,
Marius Bakke <=
- 01/18: gnu: xapian: Update to 1.4.6 [fixes CVE-2018-0499]., Marius Bakke, 2018/07/12
- 05/18: gnu: appstream-glib: Update to 0.7.10., Marius Bakke, 2018/07/12
- 12/18: gnu: lsof: Update to 4.91., Marius Bakke, 2018/07/12
- 13/18: gnu: lsof: Return #t from all phases., Marius Bakke, 2018/07/12
- 14/18: gnu: oniguruma: Update to 6.8.2., Marius Bakke, 2018/07/12
- 16/18: gnu: php: Build with an older oniguruma., Marius Bakke, 2018/07/12
- 11/18: gnu: xf86-input-libinput: Update to 0.28.0., Marius Bakke, 2018/07/12
- 18/18: gnu: psmisc: Update to 23.1., Marius Bakke, 2018/07/12
- 09/18: gnu: tdb: Update to 1.3.16., Marius Bakke, 2018/07/12
- 10/18: gnu: ldb: Downgrade to 1.3.3., Marius Bakke, 2018/07/12