gnu: xfce4-taskmanager: Update to 1.4.2.
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.4.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b85ba9d457
commit
6724b3033c
1 changed files with 2 additions and 2 deletions
|
@ -1069,7 +1069,7 @@ the desktop wallpaper.")
|
||||||
(define-public xfce4-taskmanager
|
(define-public xfce4-taskmanager
|
||||||
(package
|
(package
|
||||||
(name "xfce4-taskmanager")
|
(name "xfce4-taskmanager")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(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/"
|
||||||
|
@ -1077,7 +1077,7 @@ the desktop wallpaper.")
|
||||||
"xfce4-taskmanager-" version ".tar.bz2"))
|
"xfce4-taskmanager-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nsvjrsg8bc4wbqqq9y9r4nvdsz3443q0qz05k68qjdxwzyx4h8i"))))
|
"1ya81si7xhqqbbc9lfcjg2i1pi1qdfw1pnjry7kf95f1w50244nd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Reference in a new issue