me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-try-lock-0.1.

* gnu/packages/crates-io.scm (rust-try-lock-0.1): Delete variable.
master
Efraim Flashner 2023-02-22 22:37:06 +02:00
parent 006c56d85e
commit 2e2cbd77ad
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 15 deletions

View File

@ -66531,21 +66531,6 @@ the Trust-DNS client to use rustls for TLS.")
"This package provides a lightweight atomic lock.")
(license license:expat)))
(define-public rust-try-lock-0.1
(package
(inherit rust-try-lock-0.2)
(name "rust-try-lock")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "try-lock" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1hp76pyzyxhcxxjacf083gpp6gf8cqwkg188yy02i2a3axqs8apf"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))))
(define-public rust-trybuild-1
(package
(name "rust-trybuild")