summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-25 19:46:44 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-26 00:19:40 +0200
commit85343f4978cf68c5239f72fd81b30f6bb1e5ea0e (patch)
tree955962a4eed61df1b291b0a29081316e5c643352
parent4f3e8733f90a8ec943a4b387a27e4002cdd2f324 (diff)
downloadpatches-85343f4978cf68c5239f72fd81b30f6bb1e5ea0e.tar
patches-85343f4978cf68c5239f72fd81b30f6bb1e5ea0e.tar.gz
gnu: lxrandr: Update to 0.3.2.
* gnu/packages/lxde.scm (lxrandr): Update to 0.3.2.
-rw-r--r--gnu/packages/lxde.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index c5eb3965ad..1a1e254c79 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -126,7 +126,7 @@ able to change themes, icons, and fonts used by GTK+ applications.")
(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 @@ able to change themes, icons, and fonts used by GTK+ applications.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0khqi42paqg82jllb2kza4arf3fafzgq90fhyr3rw3d9hn23763d"))))
+ "04n3vgh3ix12p8jfs4w0dyfq3anbjy33h7g53wbbqqc0f74xyplb"))))
(build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2)))
(native-inputs `(("intltool" ,intltool)