gnu: xkill: Update to 1.0.5.

* gnu/packages/xorg.scm (xkill): Update to 1.0.5.
master
Marius Bakke 2018-03-10 09:54:21 +01:00
parent 19ec5a05a8
commit 060c82c113
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)