[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rofi-wayland: Update to 1.7.5+wayland3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rofi-wayland: Update to 1.7.5+wayland3. |
Date: |
Tue, 05 Mar 2024 15:28:57 -0500 |
This is an automated email from the git hooks/post-receive script.
podiki pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f18d13b5f8 gnu: rofi-wayland: Update to 1.7.5+wayland3.
f18d13b5f8 is described below
commit f18d13b5f89c161c6ee88d15ecdaa8d973ee4503
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Tue Mar 5 15:28:08 2024 -0500
gnu: rofi-wayland: Update to 1.7.5+wayland3.
* gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.5+wayland3.
Change-Id: I43e87790272fe3e6d1b9b2fe9f837025083962d2
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 86e5086867..c81c549736 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2032,7 +2032,7 @@ by name.")
(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 @@ by name.")
"/rofi-" version ".tar.xz"))
(sha256
(base32
- "0l6rf8qwvawyh938pinl9fkwzjnq72xpa9a7lwk9jrr5lkk3h8yj"))))
+ "11xiksh3m7yf3270kqf1jranlfh9q6rr8i99jvx4ak4azn4pwhpw"))))
(build-system meson-build-system)
(inputs
(modify-inputs (package-inputs base)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rofi-wayland: Update to 1.7.5+wayland3.,
guix-commits <=