mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove rust-sys-info-0.7.
* gnu/packages/crates-io.scm (rust-sys-info-0.7): Delete variable.
This commit is contained in:
parent
0d05a9b6d5
commit
981e1f54df
1 changed files with 0 additions and 13 deletions
|
@ -59302,19 +59302,6 @@ (define-public rust-sys-info-0.9
|
||||||
"This Rust crate gathers system information.")
|
"This Rust crate gathers system information.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-sys-info-0.7
|
|
||||||
(package
|
|
||||||
(inherit rust-sys-info-0.9)
|
|
||||||
(name "rust-sys-info")
|
|
||||||
(version "0.7.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "sys-info" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0facyh6hswp1i7airri8ly5kl6sv5bvkkd21vs51k2b3z22bvkz5"))))))
|
|
||||||
|
|
||||||
(define-public rust-sys-locale-0.1
|
(define-public rust-sys-locale-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-sys-locale")
|
(name "rust-sys-locale")
|
||||||
|
|
Loading…
Reference in a new issue