diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 16:31:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 17:56:56 +0100 |
commit | 379856813cf2c84d2559c292e01828bd8d50734e (patch) | |
tree | e8936bade77a9acfe721cd72be0dfe8d93ceb673 /gnu/packages/lxde.scm | |
parent | c5bc3fde802f95e75ff48af3d5665737d124b148 (diff) | |
download | guix-379856813cf2c84d2559c292e01828bd8d50734e.tar guix-379856813cf2c84d2559c292e01828bd8d50734e.tar.gz |
gnu: lxtask: Update to 0.1.10.
* gnu/packages/lxde.scm (lxtask): Update to 0.1.10.
Diffstat (limited to 'gnu/packages/lxde.scm')
-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 a9e435cbfc..c5097076b1 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -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) |