1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: Remove rust-opener-0.5.

* gnu/packages/crates-io.scm (rust-opener-0.5): Delete variable.

Change-Id: I4f91510ffdd939922dbadaa648c993775bc1ff3a
This commit is contained in:
Efraim Flashner 2024-12-31 15:46:17 +02:00
parent 60d42d6b23
commit a5963297a9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -50045,25 +50045,6 @@ the default program configured on the system.")
#:cargo-development-inputs
(("rust-version-sync" ,rust-version-sync-0.9))))))
(define-public rust-opener-0.5
(package
(inherit rust-opener-0.6)
(name "rust-opener")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "opener" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "01ghahdn64lw4whj0p70vmzivrdlmca2629gplalq99pirkiag19"))))
(arguments
`(#:cargo-inputs
(("rust-bstr" ,rust-bstr-1)
("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs
(("rust-version-sync" ,rust-version-sync-0.9))))))
(define-public rust-openssl-0.10
(package
(name "rust-openssl")