diff options
author | Steve George <steve@futurile.net> | 2024-10-06 15:34:56 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-11-28 11:04:57 +0200 |
commit | 314721aa1b7b2875019297ab3406b9fbae5fd43a (patch) | |
tree | d6ca4f69cf45123cc7d614fcd6866b10662e00fa | |
parent | 5e413c761791235e74242b9eb1c9932f17fef264 (diff) | |
download | guix-314721aa1b7b2875019297ab3406b9fbae5fd43a.tar.gz guix-314721aa1b7b2875019297ab3406b9fbae5fd43a.zip |
gnu: rust-libz-sys-1: Update to 1.1.20.
* gnu/packages/rust-libz-sys-1: Update to 1.1.20.
Change-Id: I0b54eef3ff0ca36a9477195510761bafa954aed0
-rw-r--r-- | gnu/packages/crates-io.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 491b8647f2..993ab81f81 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -40010,7 +40010,7 @@ C parser and toolkit developed for the GNOME project.") (define-public rust-libz-sys-1 (package (name "rust-libz-sys") - (version "1.1.8") + (version "1.1.20") (source (origin (method url-fetch) @@ -40018,7 +40018,7 @@ C parser and toolkit developed for the GNOME project.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1gqb8nk7j4ngvlcll8plm2fvjwic40p2g4qp20pwry1m74f7c0lp")) + "0wp4i6zl385ilmcqafv61jwsk1mpk6yb8gpws9nwza00x19n9lfj")) (modules '((guix build utils))) (snippet '(begin (delete-file-recursively "src/zlib") @@ -40039,8 +40039,7 @@ C parser and toolkit developed for the GNOME project.") (description "This package provides bindings to the system @code{libz} library (also known as zlib).") - (license (list license:asl2.0 - license:expat)))) + (license (list license:asl2.0 license:expat)))) (define-public rust-libz-ng-sys-1 ;; TODO: Unbundle zlib-ng. |