3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xfce4-taskmanager: Update to 1.4.0.

* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.4.0.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
This commit is contained in:
Michael Rohleder 2020-12-29 10:43:12 +01:00 committed by Kei Kebreau
parent 08b12d0e5c
commit cf3ca5a7c8
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -1073,7 +1073,7 @@ the desktop wallpaper.")
(define-public xfce4-taskmanager (define-public xfce4-taskmanager
(package (package
(name "xfce4-taskmanager") (name "xfce4-taskmanager")
(version "1.2.3") (version "1.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/" (uri (string-append "https://archive.xfce.org/src/apps/"
@ -1081,7 +1081,7 @@ the desktop wallpaper.")
"xfce4-taskmanager-" version ".tar.bz2")) "xfce4-taskmanager-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1i63bnvpjpblnd0d3l1v065x9q1cz74cvlab5hzd0q8zgkd49z6w")))) "0hvx7qqkiyq81axcbkqfv39bn84x8gjzrybq3w3hkz0mzkfq8mk5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)