gnu: rofi-wayland: Update to 1.7.5+wayland3.

* gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.5+wayland3.

Change-Id: I43e87790272fe3e6d1b9b2fe9f837025083962d2
This commit is contained in:
John Kehayias 2024-03-05 15:28:08 -05:00
parent b6dec0108f
commit f18d13b5f8
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -2032,7 +2032,7 @@ (define-public rofi-wayland
(package
(inherit rofi)
(name "rofi-wayland")
(version "1.7.5+wayland2")
(version "1.7.5+wayland3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/lbonn/rofi"
@ -2040,7 +2040,7 @@ (define-public rofi-wayland
"/rofi-" version ".tar.xz"))
(sha256
(base32
"0l6rf8qwvawyh938pinl9fkwzjnq72xpa9a7lwk9jrr5lkk3h8yj"))))
"11xiksh3m7yf3270kqf1jranlfh9q6rr8i99jvx4ak4azn4pwhpw"))))
(build-system meson-build-system)
(inputs
(modify-inputs (package-inputs base)