diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-06-11 23:33:03 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-06-11 23:33:45 +0200 |
commit | 4bbd92076af9fedc99b9369151e067db653869d0 (patch) | |
tree | fa10bb492a6c2dace5751c268810f1b1688b5cd1 /gnu | |
parent | bd1efded37107cfffe69cc7e9730acf8ba2957a7 (diff) |
gnu: libdmx: Update to 1.1.4.
* gnu/packages/xorg.scm (libdmx): Update to 1.1.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 2d569d3962..bb0ca6f45c 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -999,7 +999,7 @@ of new capabilities and controls for text keyboards.") (define-public libdmx (package (name "libdmx") - (version "1.1.3") + (version "1.1.4") (source (origin (method url-fetch) @@ -1009,7 +1009,7 @@ of new capabilities and controls for text keyboards.") ".tar.bz2")) (sha256 (base32 - "00djlxas38kbsrglcmwmxfbmxjdchlbj95pqwjvdg8jn5rns6zf9")))) + "0hvjfhrcym770cr0zpqajdy3cda30aiwbjzv16iafkqkbl090gr5")))) (build-system gnu-build-system) (inputs `(("xextproto" ,xextproto) |