gnu: Add rust-fetch-unroll-0.3.

* gnu/packages/crates-io.scm (rust-fetch-unroll-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I3cabb9e25b0e2203eb291cdb087cef9714606bda
This commit is contained in:
Steve George 2023-10-23 23:21:00 +01:00 committed by Efraim Flashner
parent b0ca63f9d9
commit c46a347b4a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -25434,6 +25434,31 @@ (define-public rust-fern-0.6
"This package provides a simple, efficient logging system for Rust.")
(license license:expat)))
(define-public rust-fetch-unroll-0.3
(package
(name "rust-fetch-unroll")
(version "0.3.0")
(source (origin
(method url-fetch)
(uri (crate-uri "fetch_unroll" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1l3cf8fhcrw354hdmjf03f5v4bxgn2wkjna8n0fn8bgplh8b3666"))))
(build-system cargo-build-system)
(arguments
(list #:tests? #f ; Tries to connect to github.com
#:cargo-inputs `(("rust-libflate" ,rust-libflate-1)
("rust-tar" ,rust-tar-0.4)
("rust-ureq" ,rust-ureq-2))))
; perl required for building rust-ring
(inputs (list perl))
(home-page "https://github.com/katyo/fetch_unroll")
(synopsis "Simple utilities for fetching and unrolling .tar.gz archives")
(description
"Simple utilities for fetching and unrolling .tar.gz archives.")
(license license:asl2.0)))
(define-public rust-fever-api-0.2
(package
(name "rust-fever-api")