guix-commits
[Top][All Lists]
Advanced

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

22/188: gnu: rust-seahash-3.0: Remove minor version from variable name.


From: guix-commits
Subject: 22/188: gnu: rust-seahash-3.0: Remove minor version from variable name.
Date: Mon, 12 Oct 2020 02:24:37 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 6594f744a9e4581bf9e91059255b3049489fb191
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Sep 15 10:48:36 2020 +0530

    gnu: rust-seahash-3.0: Remove minor version from variable name.
    
    * gnu/packages/crates-io.scm (rust-seahash-3.0): Rename to rust-seahash-3.
---
 gnu/packages/crates-io.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6df9c8a..9c60087 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8386,7 +8386,7 @@ library.")
        (("rust-byteorder" ,rust-byteorder-1))
        #:cargo-development-inputs
        (("rust-fnv" ,rust-fnv-1)
-        ("rust-seahash" ,rust-seahash-3.0))))
+        ("rust-seahash" ,rust-seahash-3))))
     (home-page "https://github.com/cbreeden/fxhash";)
     (synopsis "Hashing algorithm from hasher used in FireFox and Rustc")
     (description
@@ -9915,7 +9915,7 @@ Hash-based Message Authentication Code}.")
         ("rust-indexmap" ,rust-indexmap-1)
         ("rust-quickcheck" ,rust-quickcheck-0.9)
         ("rust-rand" ,rust-rand-0.7)
-        ("rust-seahash" ,rust-seahash-3.0)
+        ("rust-seahash" ,rust-seahash-3)
         ("rust-serde" ,rust-serde-1)
         ("rust-serde-json" ,rust-serde-json-1))))
     (home-page "https://github.com/hyperium/http";)
@@ -9946,7 +9946,7 @@ requests and responses.")
        (("rust-indexmap" ,rust-indexmap-1)
         ("rust-quickcheck" ,rust-quickcheck-0.6)
         ("rust-rand" ,rust-rand-0.4)
-        ("rust-seahash" ,rust-seahash-3.0)
+        ("rust-seahash" ,rust-seahash-3)
         ("rust-serde" ,rust-serde-1)
         ("rust-serde-json" ,rust-serde-json-1))))))
 
@@ -21060,7 +21060,7 @@ Pwrite traits from the scroll crate.")
        (("rust-cc" ,rust-cc-1))))))
 
 
-(define-public rust-seahash-3.0
+(define-public rust-seahash-3
   (package
     (name "rust-seahash")
     (version "3.0.7")



reply via email to

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