guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: rofi: Update to 1.6.1.


From: guix-commits
Subject: 03/03: gnu: rofi: Update to 1.6.1.
Date: Tue, 24 Nov 2020 10:04:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7e15b2d2a5007bb80f7c87bb71c5087378b46790
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 24 16:03:22 2020 +0100

    gnu: rofi: Update to 1.6.1.
    
    * gnu/packages/xdisorg.scm (rofi): Update to 1.6.1.
---
 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 e4edcfb..d85d5cb 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1491,7 +1491,7 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
 (define-public rofi
   (package
     (name "rofi")
-    (version "1.6.0")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/DaveDavenport/rofi/";
@@ -1499,7 +1499,7 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
                                   version "/rofi-" version ".tar.xz"))
               (sha256
                (base32
-                "0566b499lbpfb1gk4p17iw78ywmk9l2jww1kqjbdanrl22hai1y4"))))
+                "12p9z8bl1gg8k024m4a6zfz7gf1zbyffardh98raqgabn6knwk22"))))
     (build-system gnu-build-system)
     (inputs
      `(("pango" ,pango)



reply via email to

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