ngz pushed a commit to branch master
in repository guix.
commit 610a0519abbe5885f8ed7acec498c231f8697400
Author: Aleksandr Vityazev <[email protected]>
AuthorDate: Mon Jan 17 13:30:54 2022 +0000
gnu: rust-brotli-decompressor-2: Update to 2.3.2.
* gnu/packages/crates-io.scm (rust-brotli-decompressor-2): Update to 2.3.2.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
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 2d1a201b1a..84caedb74d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7236,7 +7236,7 @@ devices and kernels.")
(define-public rust-brotli-decompressor-2
(package
(name "rust-brotli-decompressor")
- (version "2.3.1")
+ (version "2.3.2")
(source
(origin
(method url-fetch)
@@ -7244,7 +7244,7 @@ devices and kernels.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1v7l1sa63ix1aq8h0k1ijvxvb5w796hz154b9aw0xn6lp31y2lhh"))))
+ "102v89h9z0p45j5fsjna97761nxx9nxz9ccpwxma6p5zad32vbar"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; not all test files included