guix-commits
[Top][All Lists]
Advanced

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

12/21: gnu: rust-rustc-hash-1.0: Update to 1.0.1.


From: guix-commits
Subject: 12/21: gnu: rust-rustc-hash-1.0: Update to 1.0.1.
Date: Wed, 15 Jan 2020 02:04:01 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a23dbdab6dbac44f91ef2835a63643ffec2171d0
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 14 21:08:44 2020 +0200

    gnu: rust-rustc-hash-1.0: Update to 1.0.1.
    
    * gnu/packages/crates-io.scm (rust-rustc-hash-1.0): Update to 1.0.1.
    [arguments]: Add rust-byteorder-1.3 to cargo-inputs.
---
 gnu/packages/crates-io.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f39de6c..909941c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8316,7 +8316,7 @@ uses finite automata and guarantees linear time matching 
on all inputs.")
 (define-public rust-rustc-hash-1.0
   (package
     (name "rust-rustc-hash")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
       (origin
         (method url-fetch)
@@ -8324,9 +8324,12 @@ uses finite automata and guarantees linear time matching 
on all inputs.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "114bf72466bl63i5hh8fgqfnhihs0w1m9c9jz505095agfixnvg0"))))
+          "1f4cnbcmz2c3zjidqszc9c4fip37ch4xl74nkkp9dw291j5zqh3m"))))
     (build-system cargo-build-system)
-    (arguments '(#:skip-build? #t))
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-byteorder" ,rust-byteorder-1.3))))
     (home-page "https://github.com/rust-lang/rustc-hash";)
     (synopsis "Speedy, non-cryptographic hash used in rustc")
     (description



reply via email to

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