mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 12:20:35 +01:00
gnu: rust-devise-0.4: Update to 0.4.2.
* gnu/packages/crates-io.scm (rust-devise-0.4): Update to 0.4.2. Change-Id: I778726a2c49c0a1551f85d793f1226178c9316aa
This commit is contained in:
parent
1bab777dd0
commit
05ed63e01e
1 changed files with 2 additions and 2 deletions
|
@ -22775,14 +22775,14 @@ intelligently transliterating them. It supports Emoji and Chinese.")
|
||||||
(define-public rust-devise-0.4
|
(define-public rust-devise-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-devise")
|
(name "rust-devise")
|
||||||
(version "0.4.1")
|
(version "0.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "devise" version))
|
(uri (crate-uri "devise" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1y45iag4hyvspkdsf6d856hf0ihf9vjnaga3c7y6c72l7zywxsnn"))))
|
(base32 "07b5dza9dl5p15q32xng8pgmmhf7kbjpng2y46njqykp9h60pngi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-devise-codegen" ,rust-devise-codegen-0.4)
|
`(#:cargo-inputs (("rust-devise-codegen" ,rust-devise-codegen-0.4)
|
||||||
|
|
Loading…
Add table
Reference in a new issue