mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: rust-futf-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-futf-0.1): Update to 0.1.5.
This commit is contained in:
parent
aeb22ecfcb
commit
427332de55
1 changed files with 2 additions and 2 deletions
|
@ -22297,7 +22297,7 @@ (define-public rust-funty-1.1
|
|||
(define-public rust-futf-0.1
|
||||
(package
|
||||
(name "rust-futf")
|
||||
(version "0.1.4")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -22306,7 +22306,7 @@ (define-public rust-futf-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fxc18bnabird5jl941nsd6d25vq8cn8barmz4d30dlkzbiir73w"))))
|
||||
"0hvqk2r7v4fnc34hvc3vkri89gn52d5m9ihygmwn75l1hhp0whnz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue