mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: lxrandr: Update to 0.3.2.
* gnu/packages/lxde.scm (lxrandr): Update to 0.3.2.
This commit is contained in:
parent
4f3e8733f9
commit
85343f4978
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ (define-public lxappearance
|
|||
(define-public lxrandr
|
||||
(package
|
||||
(name "lxrandr")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/lxde/LXRandR"
|
||||
|
@ -135,7 +135,7 @@ (define-public lxrandr
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0khqi42paqg82jllb2kza4arf3fafzgq90fhyr3rw3d9hn23763d"))))
|
||||
"04n3vgh3ix12p8jfs4w0dyfq3anbjy33h7g53wbbqqc0f74xyplb"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("gtk+" ,gtk+-2)))
|
||||
(native-inputs `(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue