me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-gimli-0.23.

* gnu/packages/crates-io.scm (rust-gimli-0.23): Delete variable.
master
Efraim Flashner 2022-12-04 21:40:54 +02:00
parent 55ba85f5b8
commit f7034c15d7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 22 deletions

View File

@ -23613,28 +23613,6 @@ permitted in ordinary Rust.")
debugging format.") debugging format.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define-public rust-gimli-0.23
(package
(inherit rust-gimli-0.26)
(name "rust-gimli")
(version "0.23.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gimli" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1km657nwcrb0pnv7v0ldhgl9y8s889y2j9jckmws8k2i8bhkyl7n"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
("rust-indexmap" ,rust-indexmap-1)
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))))
(define-public rust-git-version-0.3 (define-public rust-git-version-0.3
(package (package
(name "rust-git-version") (name "rust-git-version")