gnu: lxterminal: Update to 0.3.2.
* gnu/packages/lxde.scm (lxterminal): Update to 0.3.2.
This commit is contained in:
parent
25ab91c85c
commit
4cb4af797a
|
@ -164,7 +164,7 @@ toolkit. It allows users to monitor and control of running processes.")
|
||||||
(define-public lxterminal
|
(define-public lxterminal
|
||||||
(package
|
(package
|
||||||
(name "lxterminal")
|
(name "lxterminal")
|
||||||
(version "0.3.1")
|
(version "0.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/lxde/LXTerminal"
|
(uri (string-append "mirror://sourceforge/lxde/LXTerminal"
|
||||||
|
@ -172,7 +172,7 @@ toolkit. It allows users to monitor and control of running processes.")
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jrc3m0hbxcmcgahwjlm46s2350gh80ggb6a90xy0h6xqa3z73fd"))))
|
"1124pghrhnx6q4391ri8nvi6bsmvbj1dx81an08mird8jf2b2rii"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gtk+" ,gtk+-2)
|
(inputs `(("gtk+" ,gtk+-2)
|
||||||
("vte" ,vte/gtk+-2)))
|
("vte" ,vte/gtk+-2)))
|
||||||
|
|
Loading…
Reference in New Issue