me
/
guix
Archived
1
0
Fork 0

gnu: lxrandr: Update to 0.3.2.

* gnu/packages/lxde.scm (lxrandr): Update to 0.3.2.
master
Tobias Geerinckx-Rice 2020-05-25 19:46:44 +02:00
parent 4f3e8733f9
commit 85343f4978
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ able to change themes, icons, and fonts used by GTK+ applications.")
(define-public lxrandr (define-public lxrandr
(package (package
(name "lxrandr") (name "lxrandr")
(version "0.3.1") (version "0.3.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/lxde/LXRandR" (uri (string-append "mirror://sourceforge/lxde/LXRandR"
@ -135,7 +135,7 @@ able to change themes, icons, and fonts used by GTK+ applications.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0khqi42paqg82jllb2kza4arf3fafzgq90fhyr3rw3d9hn23763d")))) "04n3vgh3ix12p8jfs4w0dyfq3anbjy33h7g53wbbqqc0f74xyplb"))))
(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)