mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libxinerama: Update to 1.1.3.
* gnu/packages/xorg.scm (libxinerama): Update to 1.1.3.
This commit is contained in:
parent
e18bb48020
commit
90466b59ff
1 changed files with 3 additions and 3 deletions
|
@ -3888,17 +3888,17 @@ (define-public libxext
|
|||
(define-public libxinerama
|
||||
(package
|
||||
(name "libxinerama")
|
||||
(version "1.1.2")
|
||||
(version "1.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/X11R7.7/src/everything/libXinerama-"
|
||||
"mirror://xorg/individual/lib/libXinerama-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1b3aq1762hxzchd9ndavdjlksq93991s0g2z6spf8wl3v0pprrx4"))))
|
||||
"1qlqfvzw45gdzk9xirgwlp2qgj0hbsyiqj8yh8zml2bk2ygnjibs"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("xineramaproto" ,xineramaproto)))
|
||||
|
|
Loading…
Reference in a new issue