efraim pushed a commit to branch rust-team
in repository guix.

commit a2456f548a2614df1faf9fbbeb75894e98f1316f
Author: Steve George <[email protected]>
AuthorDate: Sun Oct 6 15:34:56 2024 +0100

    gnu: rust-libz-sys-1: Update to 1.1.20.
    
    * gnu/packages/rust-libz-sys-1: Update to 1.1.20.
    
    Change-Id: I0b54eef3ff0ca36a9477195510761bafa954aed0
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 21adcfc02c..12393772fc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39991,7 +39991,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)
@@ -39999,7 +39999,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")
@@ -40020,8 +40020,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.

Reply via email to