GNU bug report logs -
#72021
[PATCH 00/38] gnu: Add ouch.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Tue, 9 Jul 2024 23:36:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-zstd-0.13): Update to 0.13.1.
Change-Id: I766fe3a2bfdb26c0559e0c5bc471fe6245739667
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 191fb25639..ed195e2d47 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -91475,14 +91475,14 @@ (define-public rust-zopfli-0.8
(define-public rust-zstd-0.13
(package
(name "rust-zstd")
- (version "0.13.0")
+ (version "0.13.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "zstd" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0401q54s9r35x2i7m1kwppgkj79g0pb6xz3xpby7qlkdb44k7yxz"))))
+ (base32 "0fn2ijl2zh3ybyhbhyvajy82plvv7bjfla94mlh12fi02harny1d"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Not all files included.
--
2.41.0
This bug report was last modified 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.