guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

372/422: gnu: rust-libz-sys-1: Update to 1.1.20.


From: guix-commits
Subject: 372/422: gnu: rust-libz-sys-1: Update to 1.1.20.
Date: Wed, 6 Nov 2024 04:03:06 -0500 (EST)

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

commit 7c0ecd708a5271dca4a06842cb3296e1e03f6d0f
Author: Steve George <steve@futurile.net>
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 748637428a..379985ac4d 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

[Prev in Thread] Current Thread [Next in Thread]