From a90bc8b6a82e094b10488030532cf4cd690ce57e Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Sun, 3 Dec 2023 22:25:05 +0400 Subject: gnu: openmw: Update to 0.48.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/game-development.scm (openmw): Update to 0.48.0. * gnu/packages/graphics.scm (openmw-openscenegraph): Update to commit 68c5c5. Change-Id: I5e1ae0d59ead8de7976714cb82e8d514c308f19a Signed-off-by: Ludovic Courtès --- gnu/packages/graphics.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/graphics.scm') diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 9e2efaa7fb..9bc81a3a81 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1490,11 +1490,11 @@ in Julia).") (define-public openmw-openscenegraph ;; OpenMW prefers its own fork of openscenegraph: ;; https://wiki.openmw.org/index.php?title=Development_Environment_Setup#OpenSceneGraph. - (let ((commit "69cfecebfb6dc703b42e8de39eed750a84a87489")) + (let ((commit "68c5c573d47766507bfb191e0c8d213b1997ad20")) (hidden-package (package (inherit openscenegraph) - (version (git-version "3.6" "2" commit)) + (version (git-version "3.6" "3" commit)) (outputs (list "out")) (source (origin @@ -1505,7 +1505,7 @@ in Julia).") (file-name (git-file-name (package-name openscenegraph) version)) (sha256 (base32 - "1qayk2gklm8zvss90dcjfxv6717rvcmwmgmgyy1qzkli67a0zbw2")))) + "12xgdmymjh4rb7djzniy15lvi45y0x4i0l5swf031r8g4zn72v2n")))) (arguments (substitute-keyword-arguments (package-arguments openscenegraph) ((#:configure-flags flags) -- cgit v1.2.3