guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/14: gnu: rofi: Update to 1.7.2.


From: guix-commits
Subject: 07/14: gnu: rofi: Update to 1.7.2.
Date: Sat, 18 Dec 2021 11:40:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5686e4aedf3327b7365d1c46afd9161a1dfc6adb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 06:06:19 2021 +0100

    gnu: rofi: Update to 1.7.2.
    
    * gnu/packages/xdisorg.scm (rofi): Update to 1.7.2.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/xdisorg.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 4287943..e285087 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1689,7 +1689,7 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
 (define-public rofi
   (package
     (name "rofi")
-    (version "1.7.0")
+    (version "1.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/davatorium/rofi/";
@@ -1697,7 +1697,7 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
                                   version "/rofi-" version ".tar.xz"))
               (sha256
                (base32
-                "1929q3dks8fqd3pfkzs0ba06gwzhlgcrfar9fpga43f3byrrbfxa"))))
+                "1kfp9ylynz8xgw11aa5k7b4iyq9z8zkqas1mpvs8wpzvnfr09ymd"))))
     (build-system gnu-build-system)
     (inputs
      `(("pango" ,pango)
@@ -1727,8 +1727,7 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
              (substitute* '("test/helper-expand.c")
                (("~root") "/root")
                (("~") "")
-               (("g_get_home_dir \\(\\)") "\"/\""))
-             #t)))))
+               (("g_get_home_dir \\(\\)") "\"/\"")))))))
     (home-page "https://github.com/davatorium/rofi";)
     (synopsis "Application launcher")
     (description "Rofi is a minimalist application launcher.  It memorizes 
which



reply via email to

[Prev in Thread] Current Thread [Next in Thread]