guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: Add rust-notify-5-pre.13.


From: guix-commits
Subject: 03/11: gnu: Add rust-notify-5-pre.13.
Date: Sat, 9 Sep 2023 09:57:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 58fe4574a97046ffb3b015034a50119ffc04792d
Author: Distopico <distopico@riseup.net>
AuthorDate: Wed Aug 30 14:58:13 2023 -0500

    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>
---
 gnu/packages/crates-io.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 77a41a5116..b6e2ac4507 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]