me
/
guix
Archived
1
0
Fork 0

gnu: rust-rand-0.8: Update to 0.8.3.

* gnu/packages/crates-io.scm (rust-rand-0.8): Update to 0.8.3.
master
Nicolas Goaziou 2021-02-16 22:00:45 +01:00
parent 888a4ab39c
commit 84cc2bdc3a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -30275,14 +30275,14 @@ radix.")
(define-public rust-rand-0.8
(package
(name "rust-rand")
(version "0.8.2")
(version "0.8.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "rand" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "07lb17qj02bi17mhqxlmsiyf4g8cmplm6hbiw5hxc900li19nl8q"))))
(base32 "0zldxfx4gi551n2fna4zz9ab22zsnzw1mj5hzi5nfs24dgkfgy8f"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t