me
/
guix
Archived
1
0
Fork 0

gnu: rust-hyprland-0.3: Update to 0.3.12.

* gnu/packages/crates-io.scm (rust-hyprland-0.3): Update to 0.3.12.
[cargo-inputs]: Replace rust-strum-0.24 with 0.25.

Change-Id: I9829c21525a81fbe960469f6450a6b01768a8740
master
Efraim Flashner 2024-01-29 11:16:00 +02:00
parent c44a118914
commit da3cec83ae
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -27986,7 +27986,7 @@ SystemTime}}.")
(define-public rust-hyprland-0.3
(package
(name "rust-hyprland")
(version "0.3.8")
(version "0.3.12")
(source
(origin
(method url-fetch)
@ -27994,7 +27994,7 @@ SystemTime}}.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0a6ay1cnpmj3v16hs6k65yxdg53wv438i2va5rpgjz9bk8aijhm8"))))
"01pvz7bpdwj6ja410mm2flrk43x6cq1xbp11mpf1ngwzi7klmafz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
@ -28021,7 +28021,7 @@ SystemTime}}.")
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-serde-repr" ,rust-serde-repr-0.1)
("rust-strum" ,rust-strum-0.24)
("rust-strum" ,rust-strum-0.25)
("rust-tokio" ,rust-tokio-1))))
(home-page "https://github.com/hyprland-community/hyprland-rs")
(synopsis "An unofficial rust wrapper for Hyprland's IPC")