1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

gnu: hyprland-protocols: Update to 0.6.1.

* gnu/packages/freedesktop.scm (hyprland-protocols): Update to 0.6.1.

Change-Id: I895dbb23b3da0deefb7854a30b00ce773fb91cb2
This commit is contained in:
John Kehayias
2025-01-27 15:11:15 -05:00
parent d5fb67472c
commit 06f6d6930c
+2 -2
View File
@@ -1367,7 +1367,7 @@ Python.")
(define-public hyprland-protocols
(package
(name "hyprland-protocols")
(version "0.4.0")
(version "0.6.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1376,7 +1376,7 @@ Python.")
(file-name (git-file-name name version))
(sha256
(base32
"0x86w7z3415qvixfhk9a8v5fnbnxdydzx366qz0mpmfg5h86qyha"))))
"01nlkznq9gkkz3q2y1m1q5v4rz0qdrxsngxbnpxarnmbg4is18lm"))))
(build-system meson-build-system)
(home-page "https://github.com/hyprwm/hyprland-protocols")
(synopsis "Wayland protocol extensions for Hyprland")