mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: rust-tap-1: Update to 1.0.1.
* gnu/packages/crates-io.scm (rust-tap-1): Update to 1.0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
47d8628e51
commit
124b5c1483
1 changed files with 7 additions and 9 deletions
|
@ -57152,16 +57152,14 @@ (define-public rust-takeable-option-0.4
|
||||||
(define-public rust-tap-1
|
(define-public rust-tap-1
|
||||||
(package
|
(package
|
||||||
(name "rust-tap")
|
(name "rust-tap")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "tap" version))
|
(uri (crate-uri "tap" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
(sha256
|
||||||
(sha256
|
(base32 "0sc3gl4nldqpvyhqi3bbd0l9k7fngrcl4zs47n314nqqk4bpx4sm"))))
|
||||||
(base32
|
|
||||||
"13h7rw3zg3qyb4wrri8l6xbd1wrxd2rq29sqxnkd7zqs5mrlwirn"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/myrrlyn/tap")
|
(home-page "https://github.com/myrrlyn/tap")
|
||||||
(synopsis "Generic extensions for tapping values in Rust")
|
(synopsis "Generic extensions for tapping values in Rust")
|
||||||
|
|
Loading…
Reference in a new issue