me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-ntest-proc-macro-helper-0.7): New variable.
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
1 changed files with 13 additions and 0 deletions

View File

@ -43381,6 +43381,19 @@ framework.")
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")