me
/
guix
Archived
1
0
Fork 0

gnu: rust-const-random-0.1: Update to 0.1.13.

* gnu/packages/crates-io.scm (rust-const-random-0.1): Update to 0.1.13.
master
Nicolas Goaziou 2021-06-15 13:12:27 +02:00
parent 1d1b2c93cb
commit 0db9a33703
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 3 deletions

View File

@ -9030,15 +9030,14 @@ const functions with conditional compilations.")
(define-public rust-const-random-0.1
(package
(name "rust-const-random")
(version "0.1.8")
(version "0.1.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "const-random" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0sp1ang5sh27fq5b7g9fdwpq4d5s17ymj7khfzax4bbvffngj6ig"))))
(base32 "1i3pmhmmcdw3rr1pv1p9yhm4danm5r156cpy7w30pa0s05fxk47m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs