guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: rust-notify-4: Update to 4.0.17.


From: guix-commits
Subject: 02/05: gnu: rust-notify-4: Update to 4.0.17.
Date: Mon, 6 Nov 2023 04:36:34 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 407bddc0895ff8b0e8e6d2e06572f78cdd677fa5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 6 08:12:19 2023 +0200

    gnu: rust-notify-4: Update to 4.0.17.
    
    * gnu/packages/crates-io.scm (rust-notify-4): Update to 4.0.17.
    
    Change-Id: I53b8e406d460c95aae0dc76157b37bf3fc195073
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2873c12b9a..f0772314e1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47847,16 +47847,15 @@ notification library.")
   (package
     (inherit rust-notify-5)
     (name "rust-notify")
-    (version "4.0.15")
+    (version "4.0.17")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "notify" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1gadf8jf1vz7sip37rlwa66vw85ripy6977ibcfbiynii1v4mbl0"))))
+         "0msjyj1l30l12v6q9mjc1ascx7dwyz7z07sp7v9bz9yvag4ch0xf"))))
     (arguments
      `(#:cargo-inputs
        (("rust-bitflags" ,rust-bitflags-1)



reply via email to

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