gnu: ogre: Update to 1.12.6.

* gnu/packages/graphics.scm (ogre): Update to 1.12.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-02 15:41:25 +02:00
parent 0da58921ec
commit 144d7c07ac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -824,7 +824,7 @@ other vector formats such as:
(define-public ogre
(package
(name "ogre")
(version "1.12.5")
(version "1.12.6")
(source
(origin
(method git-fetch)
@ -834,7 +834,7 @@ other vector formats such as:
(recursive? #t))) ;for Dear ImGui submodule
(file-name (git-file-name name version))
(sha256
(base32 "1sx0jsw4kmb4ycf62bgx3ygwv8k1cgjx52y47d7dk07z6gk6wpyj"))))
(base32 "1ap3krrl55hswv1n2r3ijf3xrb3kf9dnqvwyrc0fgnc7j7vd45sk"))))
(build-system cmake-build-system)
(arguments
'(#:phases