me
/
guix
Archived
1
0
Fork 0

gnu: rust-hashbrown-0.14: Update to 0.14.3.

* gnu/packages/crates-io.scm (rust-hashbrown-0.14): Update to 0.14.3.
[cargo-inputs]: Add rust-equivalent-1.

Change-Id: I1678bfc8cee09c0378a349b7c68c667c644d1988
master
Efraim Flashner 2023-12-24 09:55:55 +02:00
parent 2fbc4cbdbb
commit 68c17ae379
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -34869,14 +34869,14 @@ already-hashed or hash-like data.")
(define-public rust-hashbrown-0.14 (define-public rust-hashbrown-0.14
(package (package
(name "rust-hashbrown") (name "rust-hashbrown")
(version "0.14.0") (version "0.14.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "hashbrown" version)) (uri (crate-uri "hashbrown" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yj3nf0w30pf30w503kgaw4sbjnh62l5cbmc7dd0mnczzywh2qic")) "012nywlg0lj9kwanh69my5x67vjlfmzfi9a0rq4qvis2j8fil3r9"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -34889,6 +34889,7 @@ already-hashed or hash-like data.")
(("rust-ahash" ,rust-ahash-0.8) (("rust-ahash" ,rust-ahash-0.8)
("rust-allocator-api2" ,rust-allocator-api2-0.2) ("rust-allocator-api2" ,rust-allocator-api2-0.2)
("rust-compiler-builtins" ,rust-compiler-builtins-0.1) ("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-equivalent" ,rust-equivalent-1)
("rust-rayon" ,rust-rayon-1) ("rust-rayon" ,rust-rayon-1)
("rust-rkyv" ,rust-rkyv-0.7) ("rust-rkyv" ,rust-rkyv-0.7)
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1) ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)