me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-gimli-0.20.

* gnu/packages/crates-io.scm (rust-gimli-0.20): Delete variable.
Efraim Flashner 2022-10-24 17:28:56 +03:00
parent 6af911133d
commit 893e040cc3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 26 deletions

View File

@ -23636,32 +23636,6 @@ debugging format.")
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))))
(define-public rust-gimli-0.20
(package
(inherit rust-gimli-0.23)
(name "rust-gimli")
(version "0.20.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gimli" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0cz6wg1niwfqf0mk28igsdnsm92cs57cai9jpzdmvw6hma863pc1"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-fallible-iterator"
,rust-fallible-iterator-0.2)
("rust-arrayvec" ,rust-arrayvec-0.5)
("rust-stable-deref-trait"
,rust-stable-deref-trait-1)
("rust-smallvec" ,rust-smallvec-1)
("rust-indexmap" ,rust-indexmap-1)
("rust-byteorder" ,rust-byteorder-1))))))
(define-public rust-git-version-0.3
(package
(name "rust-git-version")