mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-lazycell-1: Update to 1.3.0.
* gnu/packages/crates-io.scm (rust-lazycell-1): Update to 1.3.0. [arguments]: Remove #:skip-build. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
2de5297a08
commit
d07bade71e
1 changed files with 3 additions and 4 deletions
|
@ -23160,7 +23160,7 @@ requires non-const function calls to be computed.")
|
||||||
(define-public rust-lazycell-1
|
(define-public rust-lazycell-1
|
||||||
(package
|
(package
|
||||||
(name "rust-lazycell")
|
(name "rust-lazycell")
|
||||||
(version "1.2.1")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -23169,11 +23169,10 @@ requires non-const function calls to be computed.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gvqycmpv7parc98i6y64ai7rvxrn1947z2a6maa02g4kvxdd55j"))))
|
"0m8gw7dn30i0zjjpjdyf6pc16c34nl71lpv461mix50x3p70h3c3"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
|
||||||
#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))
|
|
||||||
(home-page "https://github.com/indiv0/lazycell")
|
(home-page "https://github.com/indiv0/lazycell")
|
||||||
(synopsis "Lazily filled Cell struct")
|
(synopsis "Lazily filled Cell struct")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue