mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
643f5a22df
commit
b5a5b59098
1 changed files with 0 additions and 13 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue