diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 16:49:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 17:10:51 +0100 |
commit | fd71c6f43ba5bf8e11d82854cfe4b1d0a02f948d (patch) | |
tree | 0bf70d58b515f14bd0591cb0d237e5c7cb9aae0e /gnu | |
parent | 0fd6f28d7fb4ffeab921e84b207f649a977b4ccd (diff) | |
download | guix-fd71c6f43ba5bf8e11d82854cfe4b1d0a02f948d.tar.gz guix-fd71c6f43ba5bf8e11d82854cfe4b1d0a02f948d.zip |
gnu: lxtask: Update to 0.1.9.
* gnu/packages/lxde.scm (lxtask): Update to 0.1.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxde.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index cc5e090f58..f804b702ec 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -142,7 +142,7 @@ or external monitor.") (define-public lxtask (package (name "lxtask") - (version "0.1.7") + (version "0.1.9") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/lxde/LXTask" @@ -151,7 +151,7 @@ or external monitor.") name "-" version ".tar.xz")) (sha256 (base32 - "1zihhvzsg9bl6k0gv7jwx6cgsi3rmcagvnmshc1h0mjq2immmdph")))) + "0cv4hx5dg01hbyi5p10pl78n0a40xajpq4wx9c7886pkmpq8isj1")))) (build-system gnu-build-system) (inputs `(("gtk+" ,gtk+-2))) (native-inputs `(("intltool" ,intltool) |