mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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:
parent
87e0bade7c
commit
8f38b2b49c
1 changed files with 13 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue