mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xf86-video-vmware: Update to 13.3.0.
* gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.3.0.
This commit is contained in:
parent
4276b0dc1e
commit
6321ce42ab
1 changed files with 2 additions and 2 deletions
|
@ -3440,7 +3440,7 @@ (define-public xf86-video-vesa
|
|||
(define-public xf86-video-vmware
|
||||
(package
|
||||
(name "xf86-video-vmware")
|
||||
(version "13.2.1")
|
||||
(version "13.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3450,7 +3450,7 @@ (define-public xf86-video-vmware
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0azn3g0vcki47n5jddagk2rmbwdvp845k8p7d2r56zxs3w8ggxz2"))))
|
||||
"0v06qhm059klq40m2yx4wypzb7h53aaassbjfmm6clcyclj1k5s7"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
|
|
Loading…
Reference in a new issue