mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
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 @@ (define-public rust-devise-codegen-0.2
|
|||
(define-public rust-devise-core-0.2
|
||||
(package
|
||||
(name "rust-devise-core")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "devise_core" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11v4z5kljmpiyif3mmfnm3rl1lsqygjlfy2wll7frqxm4adwahfg"))))
|
||||
(base32 "0wr3jdzzibpafz73hcca83wnzdgjinvm7axmxnyfkbasbnfkw1fi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue