3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-once-cell-1: Update to 1.8.0.

* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.8.0.
This commit is contained in:
Efraim Flashner 2021-07-08 10:53:45 +03:00
parent 9bd65f0583
commit f28f095fbd
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -29493,7 +29493,7 @@ other crates to create safe wrappers around Oniguruma.")
(define-public rust-once-cell-1
(package
(name "rust-once-cell")
(version "1.7.2")
(version "1.8.0")
(source
(origin
(method url-fetch)
@ -29501,8 +29501,7 @@ other crates to create safe wrappers around Oniguruma.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"18qmpyfigg4ibdhjy5mwcjhzk9adwlgfaqv7nj430ivm86q0i2xg"))))
(base32 "0mkbbxg6416z11r2yzsq91cqrkj9w1iyx5hakq15h5sbnriwnbv9"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs