gnu: libdmx: Update to 1.1.4.
* gnu/packages/xorg.scm (libdmx): Update to 1.1.4.
This commit is contained in:
parent
bd1efded37
commit
4bbd92076a
|
@ -999,7 +999,7 @@ of new capabilities and controls for text keyboards.")
|
||||||
(define-public libdmx
|
(define-public libdmx
|
||||||
(package
|
(package
|
||||||
(name "libdmx")
|
(name "libdmx")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1009,7 +1009,7 @@ of new capabilities and controls for text keyboards.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00djlxas38kbsrglcmwmxfbmxjdchlbj95pqwjvdg8jn5rns6zf9"))))
|
"0hvjfhrcym770cr0zpqajdy3cda30aiwbjzv16iafkqkbl090gr5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("xextproto" ,xextproto)
|
`(("xextproto" ,xextproto)
|
||||||
|
|
Loading…
Reference in New Issue