diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2023-12-03 22:25:05 +0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-12-10 22:28:53 +0100 |
commit | a90bc8b6a82e094b10488030532cf4cd690ce57e (patch) | |
tree | 67aa1d8b7438ad0aeb18ce25c4eb30f7396b0dd0 /gnu/packages/graphics.scm | |
parent | ad0c116508c2ff5e2e69d852ee5bb25202aae070 (diff) | |
download | guix-a90bc8b6a82e094b10488030532cf4cd690ce57e.tar guix-a90bc8b6a82e094b10488030532cf4cd690ce57e.tar.gz |
gnu: openmw: Update to 0.48.0.
* 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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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) |