mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rust-once-cell-1: Update to 1.4.1.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.4.1.
This commit is contained in:
parent
0741934664
commit
168193ade5
1 changed files with 2 additions and 2 deletions
|
@ -14871,7 +14871,7 @@ (define-public rust-onig-sys-69.2
|
|||
(define-public rust-once-cell-1
|
||||
(package
|
||||
(name "rust-once-cell")
|
||||
(version "1.4.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -14880,7 +14880,7 @@ (define-public rust-once-cell-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"138n52yni5qym7ds8kxckvhdy4x0m0scy0gl74brmwsahmz1yqqb"))))
|
||||
"1ba56vr8n85xgajnn78pg6iag4inwil3mqg90wi5jaz6xzkm23i6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue