guix-commits
[Top][All Lists]
Advanced

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

26/33: gnu: xlsatoms: Update to 1.1.4.


From: guix-commits
Subject: 26/33: gnu: xlsatoms: Update to 1.1.4.
Date: Tue, 31 Jan 2023 05:55:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 598a51d35eef45fa74851327f0cc848536a9f55d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 12:08:33 2023 +0200

    gnu: xlsatoms: Update to 1.1.4.
    
    * gnu/packages/xorg.scm (xlsatoms): Update to 1.1.4.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 17994b4209..3affd28259 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3925,17 +3925,17 @@ programs that have displayed undesired windows on a 
user's screen.")
 (define-public xlsatoms
   (package
     (name "xlsatoms")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/app/xlsatoms-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "10m3a046jvaw5ywx4y65kl84lsxqan70gww1g1r7cf96ijaqz1jp"))))
+            "1dviriynilkw0jwl0s2h8y95pwh8cxj95cnmllkd6rn0args3gzl"))))
     (build-system gnu-build-system)
     (inputs
       (list libxcb))



reply via email to

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