diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 14:45:26 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 22:47:27 -0500 |
commit | eb2a0e1136578bed54abdc8fa4245422e91234bc (patch) | |
tree | 73828a81b21558d0fe664155a8fa756f5c4038f0 | |
parent | 81f7096b972a1edc5694b624fe5719e515a679b4 (diff) | |
download | guix-eb2a0e1136578bed54abdc8fa4245422e91234bc.tar.gz |
gnu: libdmx: Update to 1.1.3.
* gnu/packages/xorg.scm (libdmx): Update to 1.1.3.
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index b17df2a7bc..edc6e13473 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -964,17 +964,17 @@ autotools system.") (define-public libdmx (package (name "libdmx") - (version "1.1.2") + (version "1.1.3") (source (origin (method url-fetch) (uri (string-append - "mirror://xorg/X11R7.7/src/everything/libdmx-" + "mirror://xorg/individual/lib/libdmx-" version ".tar.bz2")) (sha256 (base32 - "1fiq73sfxcbyjval118ialwrzxhzb08xsxmg69adcs47i9j0p1x7")))) + "00djlxas38kbsrglcmwmxfbmxjdchlbj95pqwjvdg8jn5rns6zf9")))) (build-system gnu-build-system) (inputs `(("xextproto" ,xextproto) |