diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-03 10:23:50 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 11:36:07 +0300 |
commit | 8f38b2b49cbc835d93d794ad94b026c196757e8e (patch) | |
tree | 124cc00cfe3de85410a12bd3c18e4688a0333dc6 /gnu | |
parent | 87e0bade7c6a14dc13f654b8a72d717551a80564 (diff) | |
download | guix-8f38b2b49cbc835d93d794ad94b026c196757e8e.tar.gz guix-8f38b2b49cbc835d93d794ad94b026c196757e8e.zip |
gnu: Add rust-ntest-proc-macro-helper-0.7.
* gnu/packages/crates-io.scm (rust-ntest-proc-macro-helper-0.7): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 35f7145723..e096aad6e1 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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") |