me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-notify-5-pre.13.

* gnu/packages/crates-io.scm (rust-notify-5-pre.13): New variable.

This pinned version is required by `rust-analyzer` version `2022-01-10`.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Distopico 2023-08-30 14:58:13 -05:00 committed by Ludovic Courtès
parent 4cf4bd1ebe
commit 58fe4574a9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 13 additions and 0 deletions

View File

@ -41724,6 +41724,19 @@ with all line endings.")
notification library.")
(license (list license:cc0 license:artistic2.0))))
(define-public rust-notify-5-pre.13
(package
(inherit rust-notify-5)
(name "rust-notify")
(version "5.0.0-pre.13")
(source (origin
(method url-fetch)
(uri (crate-uri "notify" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0za8mpacxkr62fii5h7ny4h396y0m8myd3hf08njqdg2h21kap94"))))))
(define-public rust-notify-4
(package
(inherit rust-notify-5)