gnu: lxtask: Update to 0.1.7.

* gnu/packages/lxde.scm (lxtask): Update to 0.1.7.
This commit is contained in:
Efraim Flashner 2016-07-05 22:33:20 +03:00
parent d7ec759a7a
commit d78c952dfd
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ or external monitor.")
(define-public lxtask
(package
(name "lxtask")
(version "0.1.6")
(version "0.1.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/project/lxde/LXTask"
@ -128,7 +128,7 @@ or external monitor.")
name "-" version ".tar.xz"))
(sha256
(base32
"0ia3i430lpwgl2kch6sl1za8qf96wc4fkcv91yhdzgnzafcnm3gp"))))
"1zihhvzsg9bl6k0gv7jwx6cgsi3rmcagvnmshc1h0mjq2immmdph"))))
(build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2)))
(native-inputs `(("intltool" ,intltool)