mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Remove rust-rfc2047-decoder-0.2.
* gnu/packages/crates-io.scm (rust-rfc2047-decoder-0.2): Delete variable. Change-Id: Ide6223aaa34c9fa2e12f4a3fc7c00af3831100c5
This commit is contained in:
parent
0eccf9541d
commit
7c898bfd08
1 changed files with 0 additions and 21 deletions
|
@ -64373,27 +64373,6 @@ (define-public rust-rfc2047-decoder-1
|
|||
MIME Message Headers.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rfc2047-decoder-0.2
|
||||
(package
|
||||
(inherit rust-rfc2047-decoder-1)
|
||||
(name "rust-rfc2047-decoder")
|
||||
(version "0.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rfc2047-decoder" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bpc2k7dp3nxc3pnsvz6zd3vc58j8q29nzibn4q3wz49a974pz31"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.21)
|
||||
("rust-charset" ,rust-charset-0.1)
|
||||
("rust-chumsky" ,rust-chumsky-0.9)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-quoted-printable" ,rust-quoted-printable-0.4)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-rhai-1
|
||||
(package
|
||||
(name "rust-rhai")
|
||||
|
|
Loading…
Reference in a new issue