me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2023-11-06 08:12:19 +02:00
parent c3f49a63a4
commit 6c6514a138
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -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)