mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: libxext: Update to 1.3.3.
* gnu/packages/xorg.scm (libxext): Update to 1.3.3.
This commit is contained in:
parent
fda2ebe75f
commit
ccffa91c1d
1 changed files with 3 additions and 3 deletions
|
@ -3860,17 +3860,17 @@ (define-public libxdamage
|
|||
(define-public libxext
|
||||
(package
|
||||
(name "libxext")
|
||||
(version "1.3.1")
|
||||
(version "1.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/X11R7.7/src/everything/libXext-"
|
||||
"mirror://xorg/individual/lib/libXext-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ng8clhn7srbkadxjc7ih3z3v27v9ny0aa0dqkgddgxpgrhrq8jn"))))
|
||||
"0dbfn5bznnrhqzvkrcmw4c44yvvpwdcsrvzxf4rk27r36b9x865m"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("xextproto" ,xextproto)))
|
||||
|
|
Loading…
Reference in a new issue