guix-commits
[Top][All Lists]
Advanced

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

380/384: gnu: rust-zstd-0.13: Update to 0.13.2.


From: guix-commits
Subject: 380/384: gnu: rust-zstd-0.13: Update to 0.13.2.
Date: Thu, 10 Oct 2024 07:59:00 -0400 (EDT)

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

commit fc523da6b7c81fc73f795501757cf57b520b1a73
Author: Steve George <steve@futurile.net>
AuthorDate: Sun Oct 6 20:59:21 2024 +0100

    gnu: rust-zstd-0.13: Update to 0.13.2.
    
    * gnu/packages/crates-io.scm (rust-zstd-0.13): Update to 0.13.2.
    
    Change-Id: I414f1a2187d9722d2df53c5374b09fbaa0cb75bb
---
 gnu/packages/crates-io.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a8f6be46e2..5a484bd382 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -94307,14 +94307,15 @@ implementation that works everywhere, even WASM!")
 (define-public rust-zstd-0.13
   (package
     (name "rust-zstd")
-    (version "0.13.0")
+    (version "0.13.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "zstd" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0401q54s9r35x2i7m1kwppgkj79g0pb6xz3xpby7qlkdb44k7yxz"))))
+        (base32
+          "1ygkr6wspm9clbp7ykyl0rv69cfsf9q4lic9wcqiwn34lrwbgwpw"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; Not all files included.



reply via email to

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