guix-commits
[Top][All Lists]
Advanced

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

89/134: gnu: rust-brotli-decompressor-2: Update to 2.3.2.


From: guix-commits
Subject: 89/134: gnu: rust-brotli-decompressor-2: Update to 2.3.2.
Date: Sat, 22 Jan 2022 07:39:33 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 610a0519abbe5885f8ed7acec498c231f8697400
Author: Aleksandr Vityazev <avityazev@posteo.org>
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 <mail@nicolasgoaziou.fr>
---
 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



reply via email to

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