mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
569f2fe301
commit
7773045431
1 changed files with 13 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue