mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-devise-codegen-0.4: Update to 0.4.2.
* gnu/packages/crates-io.scm (rust-devise-codegen-0.4): Update to 0.4.2. Change-Id: Ic943ed866bb8755341df37f359f2e2773feffc1c
This commit is contained in:
parent
05ed63e01e
commit
4543550cda
1 changed files with 2 additions and 2 deletions
|
@ -22834,14 +22834,14 @@ (define-public rust-devise-0.2
|
|||
(define-public rust-devise-codegen-0.4
|
||||
(package
|
||||
(name "rust-devise-codegen")
|
||||
(version "0.4.1")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "devise_codegen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1mpy5mmsigkj5f72gby82yk4advcqj97am2wzn0dwkj8vnwg934w"))))
|
||||
(base32 "0ryq9xibibjf82xhr26civsw7bg6id8j4j9kl9qaa5xyv208dcki"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-devise-core" ,rust-devise-core-0.4)
|
||||
|
|
Loading…
Reference in a new issue