mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: libxinerama: Update to 1.1.5.
* gnu/packages/xorg.scm (libxinerama): Update to 1.1.5. Change-Id: Ic12ed12a6639128d7c1e438f89f790606c4ed0f8
This commit is contained in:
parent
b48e6829ad
commit
7f45c478f2
1 changed files with 3 additions and 3 deletions
|
@ -4526,17 +4526,17 @@ cannot be adequately worked around on the client side of the wire.")
|
|||
(define-public libxinerama
|
||||
(package
|
||||
(name "libxinerama")
|
||||
(version "1.1.4")
|
||||
(version "1.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/lib/libXinerama-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"086p0axqj57nvkaqa6r00dnr9kyrn1m8blgf0zjy25zpxkbxn200"))))
|
||||
"0p08q8q1wg0sixhizl2l1i935bk6x3ckj3bdd6qqr0n1zkqd352h"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static" ,@(malloc0-flags))))
|
||||
|
|
Loading…
Add table
Reference in a new issue