gnu: Add rust-unreachable-0.1.

* gnu/packages/crates-io.scm (rust-unreachable-0.1): New variable.
This commit is contained in:
Efraim Flashner 2023-10-03 10:23:49 +03:00
parent 04c23574d8
commit 9c5b20359f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -76815,6 +76815,21 @@ (define-public rust-unreachable-1
(license (list license:asl2.0
license:expat))))
(define-public rust-unreachable-0.1
(package
(inherit rust-unreachable-1)
(name "rust-unreachable")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "unreachable" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "14gzpm329nrfgjvxf6zh77sp7plxakcnsq8p8xk9474fn7fyaahz"))))
(arguments
`(#:cargo-inputs (("rust-void" ,rust-void-1))))))
(define-public rust-unsafe-any-0.4
(package
(name "rust-unsafe-any")