gnu: Remove rust-sd-notify-0.3.

* gnu/packages/crates-io.scm (rust-sd-notify-0.3): Delete variable.

Change-Id: If629d528d7675b7a337fd8dde5f38cf05f43d424
This commit is contained in:
Efraim Flashner 2024-12-31 15:46:12 +02:00
parent 643f5a22df
commit b5a5b59098
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -70289,19 +70289,6 @@ (define-public rust-sd-notify-0.4
notifications.")
(license (list license:expat license:asl2.0))))
(define-public rust-sd-notify-0.3
(package
(inherit rust-sd-notify-0.4)
(name "rust-sd-notify")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "sd-notify" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1j1ff6hhzcyh3m9c0adxnnjrasnvl1v6qaiv5vj2zgajz0hqml0c"))))))
(define-public rust-sdd-3
(package
(name "rust-sdd")