gnu: Add rust-pipe-trait-0.4.

* gnu/packages/crates-io.scm (rust-pipe-trait-0.4): New variable.

Change-Id: I8955c84185906103d23ad79abb7d1ffdd8c77086
This commit is contained in:
Efraim Flashner 2024-03-31 14:57:58 +03:00
parent 8258ee155d
commit 7f80524690
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -52361,6 +52361,25 @@ (define-public rust-pinot-0.1
along with strong support for variations and the core header tables.")
(license (list license:expat license:asl2.0))))
(define-public rust-pipe-trait-0.4
(package
(name "rust-pipe-trait")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "pipe-trait" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ql988sa4appx60q0wfmn1d6i2qrk7vadvw4zsp600wzwp4ixgn1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-futures" ,rust-futures-0.3))))
(home-page "https://github.com/KSXGitHub/pipe-trait.git")
(synopsis "Make it possible to chain regular functions")
(description "This package makes it possible to chain regular functions.")
(license license:expat)))
(define-public rust-piper-0.2
(package
(name "rust-piper")