mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libxxf86vm: Update to 1.1.4.
* gnu/packages/xorg.scm (libxxf86vm): Update to 1.1.4.
This commit is contained in:
parent
9a5f739ef8
commit
7606baa8f9
1 changed files with 2 additions and 2 deletions
|
@ -4799,7 +4799,7 @@ (define-public libxvmc
|
|||
(define-public libxxf86vm
|
||||
(package
|
||||
(name "libxxf86vm")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4809,7 +4809,7 @@ (define-public libxxf86vm
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f1pxj018nk7ybxv58jmn5y8gm2288p4q3l2dng9n1p25v1qcpns"))))
|
||||
"0mydhlyn72i7brjwypsqrpkls3nm6vxw0li8b2nw0caz7kwjgvmg"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxext" ,libxext)
|
||||
|
|
Loading…
Reference in a new issue