mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +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:
parent
9bd65f0583
commit
f28f095fbd
1 changed files with 2 additions and 3 deletions
|
@ -29493,7 +29493,7 @@ (define-public rust-onig-sys-69.2
|
||||||
(define-public rust-once-cell-1
|
(define-public rust-once-cell-1
|
||||||
(package
|
(package
|
||||||
(name "rust-once-cell")
|
(name "rust-once-cell")
|
||||||
(version "1.7.2")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -29501,8 +29501,7 @@ (define-public rust-once-cell-1
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0mkbbxg6416z11r2yzsq91cqrkj9w1iyx5hakq15h5sbnriwnbv9"))))
|
||||||
"18qmpyfigg4ibdhjy5mwcjhzk9adwlgfaqv7nj430ivm86q0i2xg"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue