me
/
guix
Archived
1
0
Fork 0

gnu: rust-bitvec-0.19: Update to 0.19.6.

* gnu/packages/crates-io.scm (rust-bitvec-0.19): Update to 0.19.6.

Change-Id: I0b5d66a5d8ab7ac7de8ca08f4d764ca787602c66
master
Efraim Flashner 2024-01-24 10:20:29 +02:00
parent 92a7b944d9
commit 3ca00967e8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 5 deletions

View File

@ -6467,16 +6467,14 @@ streams in big-endian and little-endian formats.")
(package
(inherit rust-bitvec-0.22)
(name "rust-bitvec")
(version "0.19.4")
(version "0.19.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "bitvec" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"10bz751jbsy8fj203ibjwil07p2fwfzvx7b326wfssaravlkbfm7"))))
(base32 "0cvb24nanb50vq61d3ac3pz7rxjcy0w6lr3nb56kcg1nyc73vyam"))))
(arguments
`(#:cargo-inputs
(("rust-funty" ,rust-funty-1.1)