gnu: glu: Update to 9.0.1.

* gnu/packages/gl.scm (glu): Update to 9.0.1.
This commit is contained in:
Rutger Helling 2019-07-30 23:42:48 +02:00
parent 688d8f22e2
commit 1dff73acf9
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

View File

@ -64,14 +64,14 @@
(define-public glu
(package
(name "glu")
(version "9.0.0")
(version "9.0.1")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-"
version ".tar.gz"))
(sha256
(base32
"0r72yyhj09x3krn3kn629jqbwyq50ji8w5ri2pn6zwrk35m4g1s3"))))
"1xqhk9bn10nbvffw3r4p4rjslwz1l7gaycc0x2pqkr2irp7q9x7n"))))
(build-system gnu-build-system)
(propagated-inputs
`(("mesa" ,mesa))) ; according to glu.pc