mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-enum-as-inner-0.6: Update to 0.6.1.
* gnu/packages/crates-io.scm (rust-enum-as-inner-0.6): Update to 0.6.1. [cargo-inputs]: Replace rust-heck-0.4 with 0.5. Change-Id: I2d0649a4a50152e1651fda04359a6c85a3c25b86
This commit is contained in:
parent
7ff644daee
commit
0679a0adae
1 changed files with 3 additions and 3 deletions
|
@ -25498,17 +25498,17 @@ (define-public rust-entities-1
|
|||
(define-public rust-enum-as-inner-0.6
|
||||
(package
|
||||
(name "rust-enum-as-inner")
|
||||
(version "0.6.0")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "enum-as-inner" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0sjl5z0ycicpxg88qnn57m6sxi3ny9fl7b7vz0pb61bcjsvcpz2z"))))
|
||||
(base32 "1g3cywc65d9w974l2xy86ij13njss3qjc7b0kfbzbws9qrjs5rm1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-heck" ,rust-heck-0.4)
|
||||
`(#:cargo-inputs (("rust-heck" ,rust-heck-0.5)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2))))
|
||||
|
|
Loading…
Reference in a new issue