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

gnu: lxtask: Update to 0.1.10.

* gnu/packages/lxde.scm (lxtask): Update to 0.1.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-01 16:31:02 +01:00
parent c5bc3fde80
commit 379856813c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -164,7 +164,7 @@ or external monitor.")
(define-public lxtask
(package
(name "lxtask")
(version "0.1.9")
(version "0.1.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/lxde/LXTask"
@ -173,7 +173,7 @@ or external monitor.")
"lxtask-" version ".tar.xz"))
(sha256
(base32
"0cv4hx5dg01hbyi5p10pl78n0a40xajpq4wx9c7886pkmpq8isj1"))))
"0b2fxg8jjjpk219gh7qa18g45365598nd2bq7rrq0bdvqjdxy5i2"))))
(build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2)))
(native-inputs `(("intltool" ,intltool)