gnu: rust-smallvec-1: Update to 1.11.1.

* gnu/packages/crates-io.scm (rust-smallvec-1): Update to 1.11.1.
This commit is contained in:
Efraim Flashner 2023-10-03 17:31:12 +03:00
parent 3a40929034
commit ca6e2c8cce
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -65032,16 +65032,14 @@ (define-public rust-smallbitvec-2
(define-public rust-smallvec-1
(package
(name "rust-smallvec")
(version "1.10.0")
(version "1.11.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "smallvec" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1q2k15fzxgwjpcdv3f323w24rbbfyv711ayz85ila12lg7zbw1x5"))))
(base32 "0nmx8aw3v4jglqdcjv4hhn10d6g52c4bhjlzwf952885is04lawl"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs