mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-brotli-decompressor-2: Update to 2.5.1.
* gnu/packages/crates-io.scm (rust-brotli-decompressor-2): Update to 2.5.1. Change-Id: I877c9387c2493eb17ce890456db516156c06b99a
This commit is contained in:
parent
1088d74b05
commit
965791a7b7
1 changed files with 2 additions and 2 deletions
|
@ -9331,7 +9331,7 @@ (define-public rust-brotli-3
|
|||
(define-public rust-brotli-decompressor-2
|
||||
(package
|
||||
(name "rust-brotli-decompressor")
|
||||
(version "2.3.2")
|
||||
(version "2.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9339,7 +9339,7 @@ (define-public rust-brotli-decompressor-2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"102v89h9z0p45j5fsjna97761nxx9nxz9ccpwxma6p5zad32vbar"))))
|
||||
"0kyyh9701dwqzwvn2frff4ww0zibikqd1s1xvl7n1pfpc3z4lbjf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; not all test files included
|
||||
|
|
Loading…
Reference in a new issue