Skip to content
Snippets Groups Projects
Unverified Commit 144d7c07 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: ogre: Update to 1.12.6.

* gnu/packages/graphics.scm (ogre): Update to 1.12.6.
parent 0da58921
No related branches found
No related tags found
No related merge requests found
...@@ -824,7 +824,7 @@ (define-public pstoedit ...@@ -824,7 +824,7 @@ (define-public pstoedit
(define-public ogre (define-public ogre
(package (package
(name "ogre") (name "ogre")
(version "1.12.5") (version "1.12.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -834,7 +834,7 @@ (define-public ogre ...@@ -834,7 +834,7 @@ (define-public ogre
(recursive? #t))) ;for Dear ImGui submodule (recursive? #t))) ;for Dear ImGui submodule
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1sx0jsw4kmb4ycf62bgx3ygwv8k1cgjx52y47d7dk07z6gk6wpyj")))) (base32 "1ap3krrl55hswv1n2r3ijf3xrb3kf9dnqvwyrc0fgnc7j7vd45sk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:phases '(#:phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment