mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: minizip-ng: Update to 4.0.10.
* gnu/packages/compression.scm (minizip-ng): Update to 4.0.10. Change-Id: I8d115fdf6ed4eef26f837376f83dcf9efbda5d3d
This commit is contained in:
parent
4f17863f6e
commit
37b1aa7efa
1 changed files with 2 additions and 2 deletions
|
@ -862,7 +862,7 @@ with the sfArk algorithm.")
|
|||
(define-public minizip-ng
|
||||
(package
|
||||
(name "minizip-ng")
|
||||
(version "4.0.5")
|
||||
(version "4.0.10")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -871,7 +871,7 @@ with the sfArk algorithm.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lgx4s4aykxn8x3b4m4c4isasd2608bbyfm4lxc2spcc4xqwhzkz"))))
|
||||
"1y6yvswzl1gzrv1am3yhr6r2zpsh50d1l7g381ccccn9sz19jw13"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DBUILD_SHARED_LIBS=ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue