diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 00:30:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 00:32:32 +0200 |
commit | 509551c2a8980acbf79973da9d6b3387b5e451e4 (patch) | |
tree | 70733e0198f088c8a058b37cee9880de9520c76f | |
parent | 9cdf9468dd2b9d504c2a3e33f1d8e527439b3700 (diff) |
gnu: xwininfo: Update to 1.1.5.
* gnu/packages/xorg.scm (xwininfo): Update to 1.1.5.
-rw-r--r-- | 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 3bc83a6175..0567e4dd92 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4400,7 +4400,7 @@ dump and twice whenthe dump is completed.") (define-public xwininfo (package (name "xwininfo") - (version "1.1.4") + (version "1.1.5") (source (origin (method url-fetch) @@ -4410,7 +4410,7 @@ dump and twice whenthe dump is completed.") ".tar.bz2")) (sha256 (base32 - "00avrpw4h5mr1klp41lv2j4dmq465v6l5kb5bhm4k5ml8sm9i543")))) + "03h8clirhw5ki1xxp18xbf5vynm7r0dwspsgfin6cxn4vx0m8h3s")))) (build-system gnu-build-system) (inputs `(("libx11" ,libx11) |