mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: rust-once-cell-1: Update to 1.5.2.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.5.2.
This commit is contained in:
parent
d598e43f03
commit
9517fc906a
1 changed files with 2 additions and 2 deletions
|
@ -18926,7 +18926,7 @@ (define-public rust-onig-sys-69.2
|
|||
(define-public rust-once-cell-1
|
||||
(package
|
||||
(name "rust-once-cell")
|
||||
(version "1.4.1")
|
||||
(version "1.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18935,7 +18935,7 @@ (define-public rust-once-cell-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ba56vr8n85xgajnn78pg6iag4inwil3mqg90wi5jaz6xzkm23i6"))))
|
||||
"183zs1dbmsv24mkafjypf9qwjrx46an58vb004a162l113sl3g8k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue