diff options
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index bfcba473a8..44d82dac60 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016 Leo Famulari <leo@famulari.name> ;;; ;;; This file is part of GNU Guix. ;;; @@ -63,14 +64,14 @@ (define-public arandr (package (name "arandr") - (version "0.1.8") + (version "0.1.9") (source (origin (method url-fetch) (uri (string-append "http://christian.amsuess.com/tools/" name "/files/" name "-" version ".tar.gz")) (sha256 (base32 - "0d574mbmhaqmh7kivaryj2hpghz6xkvic9ah43s1hf385y7c33kd")))) + "1i3f1agixxbfy4kxikb2b241p7c2lg73cl9wqfvlwz3q6zf5faxv")))) (build-system python-build-system) (arguments `(#:python ,python-2 ;incompatible with python 3 @@ -126,14 +127,14 @@ avoiding password prompts when X11 forwarding has already been setup.") (define-public libxkbcommon (package (name "libxkbcommon") - (version "0.5.0") + (version "0.6.1") (source (origin (method url-fetch) (uri (string-append "http://xkbcommon.org/download/" name "-" version ".tar.xz")) (sha256 (base32 - "176ii5dn2wh74q48sd8ac37ljlvgvp5f506glr96z6ibfhj7igch")))) + "0q47xa1szlxwgvwmhv4b7xwawnykz1hnc431d84nj8dlh2q8f22v")))) (build-system gnu-build-system) (inputs `(("libx11" ,libx11) @@ -296,7 +297,7 @@ and Matrox.") (define-public mtdev (package (name "mtdev") - (version "1.1.3") + (version "1.1.5") (source (origin (method url-fetch) @@ -304,8 +305,8 @@ and Matrox.") "http://bitmath.org/code/mtdev/mtdev-" version ".tar.bz2")) (sha256 - (base32 - "159ndzwfpw0xr8mw4lhl47w9c2krshlfrscs7k6n186vknv2hk3d")))) + (base32 + "0zxs7shzgbalkvlaiibi25bd902rbmkv9n1lww6q8j3ri9qdaxv6")))) (build-system gnu-build-system) (home-page "http://bitmath.org/code/mtdev/") (synopsis "Multitouch protocol translation library") @@ -638,7 +639,7 @@ Guile will work for XBindKeys.") (define-public sxhkd (package (name "sxhkd") - (version "0.5.5") + (version "0.5.6") (source (origin (file-name (string-append name "-" version ".tar.gz")) @@ -648,7 +649,7 @@ Guile will work for XBindKeys.") version ".tar.gz")) (sha256 (base32 - "04s3y2bq9502gw72jj3y2zsh96yj3qg2av3zsa8ahd2farvrysg6")))) + "15grmzpxz5fqlbfg2slj7gb7r6nzkvjmflmbkqx7mlby9pm6wdkj")))) (build-system gnu-build-system) (inputs `(("asciidoc" ,asciidoc) @@ -670,14 +671,14 @@ compact configuration syntax.") (define-public rxvt-unicode (package (name "rxvt-unicode") - (version "9.21") + (version "9.22") (source (origin (method url-fetch) (uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/" name "-" version ".tar.bz2")) (sha256 (base32 - "0swmi308v5yxsddrdhvi4cch88k2bbs2nffpl5j5m2f55gbhw9vm")))) + "1pddjn5ynblwfrdmskylrsxb9vfnk3w4jdnq2l8xn2pspkljhip9")))) (build-system gnu-build-system) (arguments ;; This sets the destination when installing the necessary terminal @@ -848,7 +849,7 @@ color temperature should be set to match the lamps in your room.") (define-public xscreensaver (package (name "xscreensaver") - (version "5.34") + (version "5.35") (source (origin (method url-fetch) @@ -857,7 +858,7 @@ color temperature should be set to match the lamps in your room.") version ".tar.gz")) (sha256 (base32 - "09sy5v8bn62hiq4ib3jyvp8lipqcvn3rdsj74q25qgklpv27xzvg")))) + "08kbb0ry7ih436ab4i5g6lnhaaz13zkcdmbdibrn4j5gm5qq8v0y")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target @@ -914,7 +915,7 @@ demos. It also acts as a nice screen locker.") (define-public rofi (package (name "rofi") - (version "1.0.1") + (version "1.1.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/DaveDavenport/rofi/" @@ -922,7 +923,7 @@ demos. It also acts as a nice screen locker.") version "/rofi-" version ".tar.xz")) (sha256 (base32 - "01jxml9vk4cw7pngpan7dipmb98s6ibh6f0023lw3hbgxy650637")))) + "1l8vl0mh7i0b1ycifqpg6392f5i4qxlv003m126skfk6fnlfq8hn")))) (build-system gnu-build-system) (inputs `(("libx11" ,libx11) |