mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: Remove rust-asn1-derive-0.8.
* gnu/packages/crates-io.scm (rust-asn1-derive-0.8): Delete variable.
This commit is contained in:
parent
5b93055d07
commit
6f2260cc8b
1 changed files with 0 additions and 13 deletions
|
@ -4021,19 +4021,6 @@ (define-public rust-asn1-derive-0.13
|
|||
"This package provides #[derive] support for @code{asn1}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-asn1-derive-0.8
|
||||
(package
|
||||
(inherit rust-asn1-derive-0.13)
|
||||
(name "rust-asn1-derive")
|
||||
(version "0.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "asn1_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "098w0mxz4bx9w7v72gsl5wva6f0qbvzyc52m0s0n8svqbyh4z2dw"))))))
|
||||
|
||||
(define-public rust-asn1-0.13
|
||||
(package
|
||||
(name "rust-asn1")
|
||||
|
|
Loading…
Reference in a new issue