gnu: xkill: Update to 1.0.6.

* gnu/packages/xorg.scm (xkill): Update to 1.0.6.
This commit is contained in:
Efraim Flashner 2023-01-31 12:08:32 +02:00
parent 7e05d4078f
commit a9dc2018da
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -3898,17 +3898,17 @@ can be combined together using the @code{rules} component of this database.")
(define-public xkill (define-public xkill
(package (package
(name "xkill") (name "xkill")
(version "1.0.5") (version "1.0.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://xorg/individual/app/xkill-" "mirror://xorg/individual/app/xkill-"
version version
".tar.bz2")) ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0szzd9nzn0ybkhnfyizb876irwnjsnb78rcaxx6prb71jmmbpw65")))) "01xrmqw498hqlhn6l1sq89s31k6sjf6xlij6a08pnrvmqiwama75"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list libxmu libx11)) (list libxmu libx11))