mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: lxrandr: Update to 0.3.1.
* gnu/packages/lxde.scm (lxrandr): Update to 0.3.1.
This commit is contained in:
parent
2c2a9ef79e
commit
d7ec759a7a
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ (define-public lxappearance
|
||||||
(define-public lxrandr
|
(define-public lxrandr
|
||||||
(package
|
(package
|
||||||
(name "lxrandr")
|
(name "lxrandr")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/project/lxde/LXRandR"
|
(uri (string-append "mirror://sourceforge/project/lxde/LXRandR"
|
||||||
|
@ -102,7 +102,7 @@ (define-public lxrandr
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xkbqv66hisbxkvnf7y5kwqbhrq26f49wd7w6ylhnjlccpnylg8q"))))
|
"0khqi42paqg82jllb2kza4arf3fafzgq90fhyr3rw3d9hn23763d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gtk+" ,gtk+-2)))
|
(inputs `(("gtk+" ,gtk+-2)))
|
||||||
(native-inputs `(("intltool" ,intltool)
|
(native-inputs `(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in a new issue