gnu: virtualgl: Update to 2.6.2.
* gnu/packages/gl.scm (virtualgl): Update to 2.6.2.
This commit is contained in:
parent
c3c9716e0e
commit
0cece1b502
|
@ -724,7 +724,7 @@ mixed vector/bitmap output.")
|
||||||
(define-public virtualgl
|
(define-public virtualgl
|
||||||
(package
|
(package
|
||||||
(name "virtualgl")
|
(name "virtualgl")
|
||||||
(version "2.6.1")
|
(version "2.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -733,7 +733,7 @@ mixed vector/bitmap output.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04fdwm6mz76lw4iwd5m7yxjfhpa0rpxd357bv5smk5lclnlbz1bv"))))
|
(base32 "0yyc553xsb5n0rx7jp9p4wdbd7md07b3qrkf3ssyjavqqg908qg9"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests are available
|
`(#:tests? #f ; no tests are available
|
||||||
#:configure-flags (list
|
#:configure-flags (list
|
||||||
|
|
Loading…
Reference in New Issue