mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Remove rust-rustsec-0.25.
* gnu/packages/crates-io.scm (rust-rustsec-0.25): Delete variable.
This commit is contained in:
parent
eb3c379477
commit
bba8ab4128
1 changed files with 0 additions and 37 deletions
|
@ -49273,43 +49273,6 @@ (define-public rust-rust-htslib-0.38
|
|||
reading and writing BAM files.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rustsec-0.25
|
||||
(package
|
||||
(name "rust-rustsec")
|
||||
(version "0.25.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustsec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11q89r3a8snqmfywml8n96lxgs086k68xbhjgaikrkdbzdv6j4yn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cargo-edit" ,rust-cargo-edit-0.8)
|
||||
("rust-cargo-lock" ,rust-cargo-lock-7)
|
||||
("rust-crates-index" ,rust-crates-index-0.17)
|
||||
("rust-cvss" ,rust-cvss-1)
|
||||
("rust-fs-err" ,rust-fs-err-2)
|
||||
("rust-git2" ,rust-git2-0.13)
|
||||
("rust-home" ,rust-home-0.5)
|
||||
("rust-humantime" ,rust-humantime-2)
|
||||
("rust-humantime-serde" ,rust-humantime-serde-1)
|
||||
("rust-platforms" ,rust-platforms-2)
|
||||
("rust-semver" ,rust-semver-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-toml" ,rust-toml-0.5)
|
||||
("rust-url" ,rust-url-2))))
|
||||
(home-page "https://rustsec.org")
|
||||
(synopsis "Client library for the RustSec security advisory database")
|
||||
(description
|
||||
"This package provides client library for the RustSec security
|
||||
advisory database.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-rust-argon2-0.8
|
||||
(package
|
||||
(name "rust-rust-argon2")
|
||||
|
|
Loading…
Reference in a new issue