mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-castaway-0.2: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-castaway-0.2): Update to 0.2.3. Change-Id: Iad9df78fabad945090e720bb6423b540f5cc3f0c
This commit is contained in:
parent
471e74084b
commit
b33fd716e6
1 changed files with 2 additions and 2 deletions
|
@ -12585,14 +12585,14 @@ (define-public rust-cast-0.2
|
|||
(define-public rust-castaway-0.2
|
||||
(package
|
||||
(name "rust-castaway")
|
||||
(version "0.2.2")
|
||||
(version "0.2.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "castaway" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k1z4v61vq7la56js1azkr0k9b415vif2kaxiqk3d1gw6mbfs5wa"))))
|
||||
"1mf0wypwnkpa1hi0058vp8g7bjh2qraip2qv7dmak7mg1azfkfha"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue