gnu: rust-devise-core-0.2: Update to 0.2.1.
* gnu/packages/crates-io.scm (rust-devise-core-0.2): Update to 0.2.1.
This commit is contained in:
parent
ede0d03421
commit
ca803ebdc1
1 changed files with 2 additions and 2 deletions
|
@ -18660,14 +18660,14 @@ procedural macros.")
|
||||||
(define-public rust-devise-core-0.2
|
(define-public rust-devise-core-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-devise-core")
|
(name "rust-devise-core")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "devise_core" version))
|
(uri (crate-uri "devise_core" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11v4z5kljmpiyif3mmfnm3rl1lsqygjlfy2wll7frqxm4adwahfg"))))
|
(base32 "0wr3jdzzibpafz73hcca83wnzdgjinvm7axmxnyfkbasbnfkw1fi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue