[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/295: gnu: Remove rust-rustc-hash-1.0.
From: |
guix-commits |
Subject: |
100/295: gnu: Remove rust-rustc-hash-1.0. |
Date: |
Mon, 27 Jul 2020 06:25:39 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 36da62f1b9c78a2729658143a7df1845cd532afa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 28 19:44:23 2020 +0300
gnu: Remove rust-rustc-hash-1.0.
* gnu/packages/crates-io.scm (rust-rustc-hash-1.0): Remove variable.
(rust-hashbrown-0.5, rust-rusttype-0.8)
[arguments]: Replace rust-rustc-hash-1.0 with 1.1.
---
gnu/packages/crates-io.scm | 32 +++-----------------------------
1 file changed, 3 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index acd0376..e2a2f2b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9650,7 +9650,7 @@ the template engine that renders the official Rust
website")
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-rand" ,rust-rand-0.5)
("rust-rayon" ,rust-rayon-1)
- ("rust-rustc-hash" ,rust-rustc-hash-1.0)
+ ("rust-rustc-hash" ,rust-rustc-hash-1.1)
("rust-serde-test" ,rust-serde-test-1.0))))
(home-page "https://github.com/rust-lang/hashbrown")
(synopsis "Rust port of Google's SwissTable hash map")
@@ -19694,37 +19694,11 @@ password hashing function.")
"1qkc5khrmv5pqi5l5ca9p5nl5hs742cagrndhbrlk3dhlrx3zm08"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
- (home-page
- "https://github.com/rust-lang-nursery/rustc-hash")
- (synopsis
- "speed, non-cryptographic hash used in rustc")
- (description
- "speed, non-cryptographic hash used in rustc")
- (license (list license:asl2.0 license:expat))))
-
-(define-public rust-rustc-hash-1.0
- (package
- (name "rust-rustc-hash")
- (version "1.0.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "rustc-hash" version))
- (file-name (string-append name "-" version ".crate"))
- (sha256
- (base32
- "1f4cnbcmz2c3zjidqszc9c4fip37ch4xl74nkkp9dw291j5zqh3m"))))
- (build-system cargo-build-system)
- (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
"This package provides a speedy, non-cryptographic hash used in rustc.")
- (license (list license:asl2.0
- license:expat))))
+ (license (list license:asl2.0 license:expat))))
(define-public rust-rustc-serialize-0.3
(package
@@ -20037,7 +20011,7 @@ rustc compiler.")
("rust-linked-hash-map" ,rust-linked-hash-map-0.5)
("rust-num-cpus" ,rust-num-cpus-1)
("rust-ordered-float" ,rust-ordered-float-1.0)
- ("rust-rustc-hash" ,rust-rustc-hash-1.0)
+ ("rust-rustc-hash" ,rust-rustc-hash-1.1)
("rust-stb-truetype" ,rust-stb-truetype-0.3))))
(home-page "https://gitlab.redox-os.org/redox-os/rusttype")
(synopsis "Pure Rust alternative to libraries like FreeType")
- 44/295: gnu: r-emmeans: Update to 1.4.8., (continued)
- 44/295: gnu: r-emmeans: Update to 1.4.8., guix-commits, 2020/07/27
- 82/295: gnu: Add rust-sha2-0.9., guix-commits, 2020/07/27
- 93/295: gnu: Rename rust-unicase-2.6 to rust-unicase-2., guix-commits, 2020/07/27
- 69/295: gnu: rust-block-padding-0.1: Don't skip build., guix-commits, 2020/07/27
- 67/295: gnu: Add rust-cpuid-bool-0.1., guix-commits, 2020/07/27
- 76/295: gnu: rust-block-buffer-0.7: Don't skip build., guix-commits, 2020/07/27
- 83/295: gnu: rust-sha2-0.8: Update to 0.8.2., guix-commits, 2020/07/27
- 84/295: gnu: rust-sha2-asm-0.5: Update to 0.5.4., guix-commits, 2020/07/27
- 88/295: gnu: Add rust-minisign., guix-commits, 2020/07/27
- 92/295: gnu: Remove rust-unicase-2.4., guix-commits, 2020/07/27
- 100/295: gnu: Remove rust-rustc-hash-1.0.,
guix-commits <=
- 101/295: gnu: Add emacs-libyaml., guix-commits, 2020/07/27
- 64/295: doc: Add progress display in 'dd' command lines., guix-commits, 2020/07/27
- 99/295: gnu: rust-bincode-1: Update to 1.3.1., guix-commits, 2020/07/27
- 109/295: gnu: Add portablexdr., guix-commits, 2020/07/27
- 115/295: gnu: at-spi2-core: Update package definition., guix-commits, 2020/07/27
- 94/295: gnu: Remove rust-memchr-2.2., guix-commits, 2020/07/27
- 96/295: gnu: rust-csv-core-0.1: Fix build., guix-commits, 2020/07/27
- 104/295: services: virtualization: Export hurd-vm-configuration accessors., guix-commits, 2020/07/27
- 110/295: gnu: Add libxmlb., guix-commits, 2020/07/27
- 119/295: gnu: font-cantarell: Update package definition., guix-commits, 2020/07/27