gnu: Remove rust-embedded-hal-0.2.

* gnu/packages/crates-io.scm (rust-embedded-hal-0.2): Delete variable.

Change-Id: I717c5ee9df810bc8abf05a33357a069e8be1ee63
This commit is contained in:
Efraim Flashner 2024-01-22 21:47:19 +02:00
parent d903d4b98c
commit d9bed7c02b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19905,29 +19905,6 @@ (define-public rust-lettre-email-0.9
and authentication, easy email builders, and async support.")
(license license:expat)))
(define-public rust-embedded-hal-0.2
(package
(name "rust-embedded-hal")
(version "0.2.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "embedded-hal" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1faa71mvs9zklyiiy9l5br9f2bwmxwak0br7jb49cr8mzxignv73"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-nb" ,rust-nb-0.1)
("rust-void" ,rust-void-1))))
(home-page "https://github.com/rust-embedded/embedded-hal")
(synopsis "Hardware Abstraction Layer (HAL) for embedded systems")
(description "This package provides a Hardware Abstraction Layer (HAL) for
embedded systems.")
(license (list license:expat license:asl2.0))))
(define-public rust-empfindung-0.2
(package
(name "rust-empfindung")