me
/
guix
Archived
1
0
Fork 0

gnu: rust-wyz-0.4: Inherit from rust-wyz-0.5.

* gnu/packages/crates-io.scm (rust-wyz-0.4)[inherit]: New field.

Change-Id: Id762ccb85dc414acde0de0a635f4d7675c36baf8
Efraim Flashner 2023-11-05 16:05:28 +02:00
parent abf8ac6a6b
commit 92851deeb4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 16 deletions

View File

@ -88321,30 +88321,21 @@ non-cryptographic hashing algorithm and random number generator.")
(define-public rust-wyz-0.4
(package
(inherit rust-wyz-0.5)
(name "rust-wyz")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "wyz" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"126irvwn63kxgqjk5ap1pw3p3grw2sskyg32h0v4bqawsrx057hj"))))
(build-system cargo-build-system)
(base32 "126irvwn63kxgqjk5ap1pw3p3grw2sskyg32h0v4bqawsrx057hj"))))
(arguments
`(#:cargo-test-flags
'("--release" "--lib" "--bins" "--tests")
#:cargo-inputs
(("rust-once-cell" ,rust-once-cell-1)
("rust-tap" ,rust-tap-1)
("rust-typemap" ,rust-typemap-0.3))))
(home-page "https://myrrlyn.net/crates/wyz")
(synopsis "Collection of utility functions")
(description
"This package provides a collection of utility functions.")
(license license:expat)))
`(#:cargo-test-flags '("--release" "--lib" "--bins" "--tests")
#:cargo-inputs (("rust-once-cell" ,rust-once-cell-1)
("rust-tap" ,rust-tap-1)
("rust-typemap" ,rust-typemap-0.3))))))
(define-public rust-wyz-0.2
(package