gnu: Add rust-twoway-0.2.

* gnu/packages/crates-io.scm (rust-twoway-0.2): New variable.
  (rust-twoway-0.1): Inherit from above.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
phodina 2021-11-09 17:02:40 +00:00 committed by Nicolas Goaziou
parent c8f6f58c9a
commit d3d064a073
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -58148,17 +58148,17 @@ design abstracts away all the internals of the WebSocket protocol but still
makes them accessible for those who wants full control over the network.") makes them accessible for those who wants full control over the network.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-twoway-0.1 (define-public rust-twoway-0.2
(package (package
(name "rust-twoway") (name "rust-twoway")
(version "0.1.8") (version "0.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "twoway" version)) (uri (crate-uri "twoway" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1lbf64snscr3vz71jbl6i2c8zr2ndsiqbk6316z39fj1a8mipcar")))) (base32 "0iqb54firzb8jinl2674vz8s6c4h30842sa3v9pcs93w1m3gnzy5"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
@ -58174,6 +58174,20 @@ makes them accessible for those who wants full control over the network.")
strings.") strings.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-twoway-0.1
(package
(inherit rust-twoway-0.2)
(name "rust-twoway")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "twoway" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1lbf64snscr3vz71jbl6i2c8zr2ndsiqbk6316z39fj1a8mipcar"))))))
(define-public rust-typeable-0.1 (define-public rust-typeable-0.1
(package (package
(name "rust-typeable") (name "rust-typeable")