mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-once-cell-1: Update to 1.7.2.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.7.2.
This commit is contained in:
parent
ea8bf76184
commit
2f1e843774
1 changed files with 2 additions and 2 deletions
|
@ -27872,7 +27872,7 @@ (define-public rust-onig-sys-69.2
|
|||
(define-public rust-once-cell-1
|
||||
(package
|
||||
(name "rust-once-cell")
|
||||
(version "1.5.2")
|
||||
(version "1.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -27881,7 +27881,7 @@ (define-public rust-once-cell-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"183zs1dbmsv24mkafjypf9qwjrx46an58vb004a162l113sl3g8k"))))
|
||||
"18qmpyfigg4ibdhjy5mwcjhzk9adwlgfaqv7nj430ivm86q0i2xg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue