1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: zlib: Update to 1.2.13.

* gnu/packages/compression.scm (zlib): Update to 1.2.13.
[source]: Remove patches.
* gnu/packages/patches/zlib-cc.patch,
gnu/packages/patches/zlib-correct-crc32-inputs.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
This commit is contained in:
Efraim Flashner 2022-11-14 18:42:41 +02:00
parent beb418bbf4
commit eb3362cc8d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
4 changed files with 2 additions and 71 deletions

View file

@ -100,7 +100,7 @@
(define-public zlib
(package
(name "zlib")
(version "1.2.12")
(version "1.2.13")
(source
(origin
(method url-fetch)
@ -108,11 +108,9 @@
version ".tar.gz")
(string-append "mirror://sourceforge/libpng/zlib/"
version "/zlib-" version ".tar.gz")))
(patches (search-patches "zlib-cc.patch"
"zlib-correct-crc32-inputs.patch"))
(sha256
(base32
"1n9na4fq4wagw1nzsfjr6wyly960jfa94460ncbf6p1fac44i14i"))))
"0c5b8vw40dy178xlpddw65q9gf1h2186jcc3p4swinwggbllv8mk"))))
(build-system gnu-build-system)
(outputs '("out" "static"))
(arguments