guix-commits
[Top][All Lists]
Advanced

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

10/46: gnu: rust-fnv: Update to 1.0.7.


From: guix-commits
Subject: 10/46: gnu: rust-fnv: Update to 1.0.7.
Date: Thu, 27 Jan 2022 19:12:44 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3d98ef47e0d77df9ba8263157dec95cd08680a52
Author: Attila Lendvai <attila@lendvai.name>
AuthorDate: Wed Jan 19 14:38:48 2022 +0100

    gnu: rust-fnv: Update to 1.0.7.
    
    * gnu/packages/crates-io.scm (rust-fnv): Update to 1.0.7.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 83204bf311..b1c3c116b7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21658,15 +21658,14 @@ crate.")
 (define-public rust-fnv-1
   (package
     (name "rust-fnv")
-    (version "1.0.6")
+    (version "1.0.7")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "fnv" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32
-          "1ww56bi1r5b8id3ns9j3qxbi7w5h005rzhiryy0zi9h97raqbb9g"))))
+         (base32 "1hc2mcqha06aibcaza94vbi81j6pr9a1bbxrxjfhc91zin8yr7iz"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/servo/rust-fnv";)
     (synopsis "Implementation of the Fowler-Noll-Vo hash function")



reply via email to

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