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
This commit is contained in:
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

View File

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