mhw pushed a commit to branch media-updates
in repository guix.
commit 85c64cb2001414f78412d071051849d5cb9cbcf9
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:31:03 2016 +0100
gnu: xlsatoms: Update to 1.1.2.
* gnu/packages/xorg.scm (xlsatoms): Update to 1.1.2.
---
gnu/packages/xorg.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 664df9c..5011567 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3794,7 +3794,7 @@ programs that have displayed undesired windows on a
user's screen.")
(define-public xlsatoms
(package
(name "xlsatoms")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method url-fetch)
@@ -3804,7 +3804,7 @@ programs that have displayed undesired windows on a
user's screen.")
".tar.bz2"))
(sha256
(base32
- "1y9nfl8s7njxbnci8c20j986xixharasgg40vdw92y593j6dk2rv"))))
+ "196yjik910xsr7dwy8daa0amr0r22ynfs360z0ndp9mx7mydrra7"))))
(build-system gnu-build-system)
(inputs
`(("libxcb" ,libxcb)))