gnu: Add rust-ntest-proc-macro-helper-0.7.

* gnu/packages/crates-io.scm (rust-ntest-proc-macro-helper-0.7): New variable.
This commit is contained in:
Efraim Flashner 2023-10-03 10:23:50 +03:00
parent 87e0bade7c
commit 8f38b2b49c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -43381,6 +43381,19 @@ (define-public rust-ntest-proc-macro-helper-0.8
macros used in ntest.")
(license license:expat)))
(define-public rust-ntest-proc-macro-helper-0.7
(package
(inherit rust-ntest-proc-macro-helper-0.8)
(name "rust-ntest-proc-macro-helper")
(version "0.7.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "ntest-proc-macro-helper" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0lkyfx97aynbm7cnhzyc9cr0rpq1xzng1hwmzizbf1a6855y6llg"))))))
(define-public rust-ntex-bytes-0.1
(package
(name "rust-ntex-bytes")