diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-31 12:08:32 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-01-31 12:08:32 +0200 |
commit | a9dc2018dab32553374e347b308e351a958e5230 (patch) | |
tree | 37a5d613affa6273c9a4e6660f7ee5f3ec9f0107 | |
parent | 7e05d4078f2b73e3afd0185194e9ffe2831e2c2e (diff) |
gnu: xkill: Update to 1.0.6.
* gnu/packages/xorg.scm (xkill): Update to 1.0.6.
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 527c405147..17994b4209 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3898,17 +3898,17 @@ can be combined together using the @code{rules} component of this database.") (define-public xkill (package (name "xkill") - (version "1.0.5") + (version "1.0.6") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/app/xkill-" version - ".tar.bz2")) + ".tar.xz")) (sha256 (base32 - "0szzd9nzn0ybkhnfyizb876irwnjsnb78rcaxx6prb71jmmbpw65")))) + "01xrmqw498hqlhn6l1sq89s31k6sjf6xlij6a08pnrvmqiwama75")))) (build-system gnu-build-system) (inputs (list libxmu libx11)) |