mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-ref-cast-0.2: Upgrade to 0.2.7.
* gnu/packages/crates-io.scm (rust-ref-cast-0.2): Upgrade to 0.2.7. [arguments]: Don't skip build. Add rust-rustversion-0.1, rust-trybuild-1.0 to cargo-development-inputs. (rust-ref-cast-impl-0.2): Upgrade to 0.2.7. [arguments]: Inherit from rust-ref-cat-impl-1.0.
This commit is contained in:
parent
dd19668e31
commit
ec395e70cb
1 changed files with 9 additions and 12 deletions
|
@ -13771,7 +13771,7 @@ functionality.")
|
||||||
(define-public rust-ref-cast-0.2
|
(define-public rust-ref-cast-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-ref-cast")
|
(name "rust-ref-cast")
|
||||||
(version "0.2.6")
|
(version "0.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -13780,12 +13780,14 @@ functionality.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jgj1zxaikqm030flpifbp517fy4z21lly6ysbwyciii39bkzcf1"))))
|
"1fcbpfb7xhr992qvyfg9hr5p63xqykjp48pm3f7a1q21vmhzksvv"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-ref-cast-impl" ,rust-ref-cast-impl-0.2))
|
||||||
(("rust-ref-cast-impl" ,rust-ref-cast-impl-0.2))))
|
#:cargo-development-inputs
|
||||||
|
(("rust-rustversion" ,rust-rustversion-0.1)
|
||||||
|
("rust-trybuild" ,rust-trybuild-1.0))))
|
||||||
(home-page "https://github.com/dtolnay/ref-cast")
|
(home-page "https://github.com/dtolnay/ref-cast")
|
||||||
(synopsis "Safely cast &T to &U")
|
(synopsis "Safely cast &T to &U")
|
||||||
(description
|
(description
|
||||||
|
@ -13821,7 +13823,7 @@ functionality.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-ref-cast-impl-1.0)
|
(inherit rust-ref-cast-impl-1.0)
|
||||||
(name "rust-ref-cast-impl")
|
(name "rust-ref-cast-impl")
|
||||||
(version "0.2.6")
|
(version "0.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -13830,12 +13832,7 @@ functionality.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hw0frpzna5rf5szix56zyzd0vackcb3svj94ndj629xi75dkb32"))))
|
"0av43xxjlinfqklb67rpj217cmaxfjsf8151gs0hbs4hnr5664ck"))))))
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
|
||||||
("rust-quote" ,rust-quote-0.6)
|
|
||||||
("rust-syn" ,rust-syn-0.15))))))
|
|
||||||
|
|
||||||
(define-public rust-regex-1.3
|
(define-public rust-regex-1.3
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue