guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: rofi: Update to 1.3.1.


From: Marius Bakke
Subject: 01/01: gnu: rofi: Update to 1.3.1.
Date: Tue, 10 Jan 2017 21:35:44 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 88f2dd1ddf8123f628ee0b64406b6fd2a6a9f076
Author: Marius Bakke <address@hidden>
Date:   Tue Jan 10 22:35:05 2017 +0100

    gnu: rofi: Update to 1.3.1.
    
    * gnu/packages/xdisorg.scm (rofi): Update to 1.3.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 615e539..21d3969 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -940,7 +940,7 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
 (define-public rofi
   (package
     (name "rofi")
-    (version "1.3.0")
+    (version "1.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/DaveDavenport/rofi/";
@@ -948,7 +948,7 @@ connectivity of the X server running on a particular 
@code{DISPLAY}.")
                                   version "/rofi-" version ".tar.xz"))
               (sha256
                (base32
-                "1a65ai93ygras5bi7wc0s5i3zqslzqlnw3klq3sdnp2p0d6hjjqn"))))
+                "1s47biv6d68nblpz6d3aklsar1xxxcilzr4y77v3hz2w1wbz2b5m"))))
     (build-system gnu-build-system)
     (inputs
      `(("pango" ,pango)



reply via email to

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