gnu: Add rust-sd-notify-0.3.

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

Change-Id: If66b3ff2cfa2837795c730003d0c64d8d3caad51
This commit is contained in:
Efraim Flashner 2024-03-27 13:16:09 +02:00
parent 569f2fe301
commit 7773045431
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -65284,6 +65284,19 @@ (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-seahash-3
(package
(name "rust-seahash")