summaryrefslogtreecommitdiff
path: root/gnu/packages/lxde.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-07-05 22:30:38 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-07-05 22:30:38 +0300
commitd7ec759a7ac2b813f13cca6c144bcfcb83d964b4 (patch)
tree06f83e244f2d5effdee21f81f2aeb6f32ddd8d48 /gnu/packages/lxde.scm
parent2c2a9ef79eb5da4e8ada3b434485d236113a84f9 (diff)
downloadguix-patches-d7ec759a7ac2b813f13cca6c144bcfcb83d964b4.tar
guix-patches-d7ec759a7ac2b813f13cca6c144bcfcb83d964b4.tar.gz
gnu: lxrandr: Update to 0.3.1.
* gnu/packages/lxde.scm (lxrandr): Update to 0.3.1.
Diffstat (limited to 'gnu/packages/lxde.scm')
-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 252556b02f..9942564c7d 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -93,7 +93,7 @@ able to change themes, icons, and fonts used by GTK+ applications.")
(define-public lxrandr
(package
(name "lxrandr")
- (version "0.3.0")
+ (version "0.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/project/lxde/LXRandR"
@@ -102,7 +102,7 @@ able to change themes, icons, and fonts used by GTK+ applications.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xkbqv66hisbxkvnf7y5kwqbhrq26f49wd7w6ylhnjlccpnylg8q"))))
+ "0khqi42paqg82jllb2kza4arf3fafzgq90fhyr3rw3d9hn23763d"))))
(build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2)))
(native-inputs `(("intltool" ,intltool)