guix-commits
[Top][All Lists]
Advanced

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

13/18: gnu: xwininfo: Update to 1.1.4.


From: Marius Bakke
Subject: 13/18: gnu: xwininfo: Update to 1.1.4.
Date: Sat, 10 Mar 2018 05:58:33 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 79b0f0b7cd1649d3280b596f3ea33ca7159f5c4d
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 10 09:51:37 2018 +0100

    gnu: xwininfo: Update to 1.1.4.
    
    * gnu/packages/xorg.scm (xwininfo): Update to 1.1.4.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 46a09f0..ca877ea 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4386,7 +4386,7 @@ dump and twice whenthe dump is completed.")
 (define-public xwininfo
   (package
     (name "xwininfo")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
       (origin
         (method url-fetch)
@@ -4396,7 +4396,7 @@ dump and twice whenthe dump is completed.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1y1zn8ijqslb5lfpbq4bb78kllhch8in98ps7n8fg3dxjpmb13i1"))))
+            "00avrpw4h5mr1klp41lv2j4dmq465v6l5kb5bhm4k5ml8sm9i543"))))
     (build-system gnu-build-system)
     (inputs
       `(("libx11" ,libx11)



reply via email to

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