summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-03-10 09:54:21 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-03-10 11:38:33 +0100
commit060c82c113e550de98ffc1baa8127b08b63c5c58 (patch)
treedc43a7184693eb040d9efa0e1ad89874e10946a5
parent19ec5a05a8140f684a9f2a7781b20e346f76155f (diff)
downloadgnu-guix-060c82c113e550de98ffc1baa8127b08b63c5c58.tar
gnu-guix-060c82c113e550de98ffc1baa8127b08b63c5c58.tar.gz
gnu: xkill: Update to 1.0.5.
* gnu/packages/xorg.scm (xkill): Update to 1.0.5.
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b0ac4d3bcc..217547da15 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3853,7 +3853,7 @@ can be combined together using the 'rules' component of this database.")
(define-public xkill
(package
(name "xkill")
- (version "1.0.4")
+ (version "1.0.5")
(source
(origin
(method url-fetch)
@@ -3863,7 +3863,7 @@ can be combined together using the 'rules' component of this database.")
".tar.bz2"))
(sha256
(base32
- "0bl1ky8ps9jg842j4mnmf4zbx8nkvk0h77w7bqjlpwij9wq2mvw8"))))
+ "0szzd9nzn0ybkhnfyizb876irwnjsnb78rcaxx6prb71jmmbpw65"))))
(build-system gnu-build-system)
(inputs
`(("libxmu" ,libxmu)