guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-bumpalo-3: Update to 3.2.1 [fixes RUSTS


From: guix-commits
Subject: branch master updated: gnu: rust-bumpalo-3: Update to 3.2.1 [fixes RUSTSEC-2020-0006].
Date: Mon, 06 Apr 2020 16:59:22 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a4c4aaf  gnu: rust-bumpalo-3: Update to 3.2.1 [fixes 
RUSTSEC-2020-0006].
a4c4aaf is described below

commit a4c4aaff9e8b12fec4186708c43dcbc59a1deafa
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Mon Apr 6 22:56:11 2020 +0200

    gnu: rust-bumpalo-3: Update to 3.2.1 [fixes RUSTSEC-2020-0006].
    
    * gnu/packages/crates-io.scm (rust-bumpalo-3): Update to 3.2.1.
    
    Note: rust-bumpalo-2.5 is not affected.
---
 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 64c170d..a42661e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1476,7 +1476,7 @@ UTF-8.")
 (define-public rust-bumpalo-3
   (package
     (name "rust-bumpalo")
-    (version "3.2.0")
+    (version "3.2.1")
     (source
      (origin
        (method url-fetch)
@@ -1485,7 +1485,7 @@ UTF-8.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0hpp4wfcn04gnl1ji4a80b85xwknsci81xqyllq174gq9z0rsd8z"))))
+         "11silgpsnfv6ir7j2nh7a69564f92vq20k9ha7zcbynpiav9vbhj"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; cargo_readme_up_to_date test fails



reply via email to

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