mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lxtask: Update to 0.1.10.
* gnu/packages/lxde.scm (lxtask): Update to 0.1.10.
This commit is contained in:
parent
c5bc3fde80
commit
379856813c
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ (define-public lxrandr
|
|||
(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 @@ (define-public lxtask
|
|||
"lxtask-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cv4hx5dg01hbyi5p10pl78n0a40xajpq4wx9c7886pkmpq8isj1"))))
|
||||
"0b2fxg8jjjpk219gh7qa18g45365598nd2bq7rrq0bdvqjdxy5i2"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("gtk+" ,gtk+-2)))
|
||||
(native-inputs `(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue