guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: lxtask: Update to 0.1.10.


From: guix-commits
Subject: 02/13: gnu: lxtask: Update to 0.1.10.
Date: Sun, 1 Nov 2020 11:57:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 379856813cf2c84d2559c292e01828bd8d50734e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 16:31:02 2020 +0100

    gnu: lxtask: Update to 0.1.10.
    
    * gnu/packages/lxde.scm (lxtask): Update to 0.1.10.
---
 gnu/packages/lxde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index a9e435c..c509707 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]