GNU bug report logs -
#68665
[PATCH 00/12 rust-team] gnu: Add Rust dependencies of python-cramjam.
Previous Next
Reported by: Troy Figiel <troy <at> troyfigiel.com>
Date: Mon, 22 Jan 2024 23:12: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-lz4-1): Update to 1.24.0.
---
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 708932752f..bb8d72b4be 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34749,7 +34749,7 @@ (define-public rust-lsp-types-0.80
(define-public rust-lz4-1
(package
(name "rust-lz4")
- (version "1.23.2")
+ (version "1.24.0")
(source
(origin
(method url-fetch)
@@ -34757,7 +34757,7 @@ (define-public rust-lz4-1
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0k3j1wsgn4c5ys4vma326r00g5rq5ggp7k385rmby08yk7b0xhma"))))
+ (base32 "1wad97k0asgvaj16ydd09gqs2yvgaanzcvqglrhffv7kdpc2v7ky"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
--
2.42.0
This bug report was last modified 1 year and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.