mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: rust-derive-where-1: Update to 1.2.7.
* gnu/packages/crates-io.scm (rust-derive-where-1): Update to 1.2.7. Change-Id: I95ea4d45097cce4a45b5ce5d187650a0b34a93c0
This commit is contained in:
parent
3697b24251
commit
c44a118914
1 changed files with 2 additions and 2 deletions
|
@ -17821,7 +17821,7 @@ structs and enums.")
|
||||||
(define-public rust-derive-where-1
|
(define-public rust-derive-where-1
|
||||||
(package
|
(package
|
||||||
(name "rust-derive-where")
|
(name "rust-derive-where")
|
||||||
(version "1.2.5")
|
(version "1.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -17829,7 +17829,7 @@ structs and enums.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jqck0b2vsyh85p6v5jlhcrmgphdvxzg2256919g782247b9hqql"))))
|
"09cx25r1zb8xrsgd9cj9j5zmg30n7lnvcmspqymyn9d887673mk2"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue