3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libxinerama: Update to 1.1.4.

* gnu/packages/xorg.scm (libxinerama): Update to 1.1.4.
This commit is contained in:
Marius Bakke 2018-07-13 00:58:51 +02:00
parent e9a9298b9e
commit c148559f30
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4584,7 +4584,7 @@ cannot be adequately worked around on the client side of the wire.")
(define-public libxinerama
(package
(name "libxinerama")
(version "1.1.3")
(version "1.1.4")
(source
(origin
(method url-fetch)
@ -4594,7 +4594,7 @@ cannot be adequately worked around on the client side of the wire.")
".tar.bz2"))
(sha256
(base32
"1qlqfvzw45gdzk9xirgwlp2qgj0hbsyiqj8yh8zml2bk2ygnjibs"))))
"086p0axqj57nvkaqa6r00dnr9kyrn1m8blgf0zjy25zpxkbxn200"))))
(build-system gnu-build-system)
(propagated-inputs
`(("xorgproto" ,xorgproto)))