1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: rust-rocket-codegen-0.4: Update to 0.4.11.

* gnu/packages/crates-web.scm (rust-rocket-codegen-0.4): Update to
0.4.11.

Change-Id: Ifc148c77285f121e2dc20df02d5a8eed0d43250c
This commit is contained in:
Efraim Flashner 2024-12-04 18:48:23 +02:00
parent 0184cb1cdf
commit 309fa62227
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4982,16 +4982,16 @@ and speed.")
(package
(inherit rust-rocket-codegen-0.5)
(name "rust-rocket-codegen")
(version "0.4.7")
(version "0.4.11")
(source
(origin
(method url-fetch)
(uri (crate-uri "rocket_codegen" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "18s2dll8c4sd26s8cfr6cizj5z55xwnk6r6x7b2wvcf8n9ajrb6f"))))
(base32 "1zl4f99s4df8fpkps53qn77030baww4x7zflggwql290b1xh6418"))))
(arguments
`(#:skip-build? #t
`(#:skip-build? #t ; Breaks from pear_codegen
#:cargo-inputs
(("rust-devise" ,rust-devise-0.2)
("rust-glob" ,rust-glob-0.3)