GNU bug report logs -
#63126
[PATCH 0/2] Fix building OpenMW after the core-updates merge.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/game-development.scm (recastnavigation): Update to commit 6d1f971.
---
gnu/packages/game-development.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 844ce935ae..a3a331c290 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2803,8 +2803,8 @@ (define-public tesseract-engine
(define-public recastnavigation
;; We follow master since there hasn't been a release since 1.5.1 in 2016.
- (let ((commit "c5cbd53024c8a9d8d097a4371215e3342d2fdc87")
- (revision "1"))
+ (let ((commit "6d1f9711b3b71f28c2c1c0742d76e0ef8766cf91")
+ (revision "2"))
(package
(name "recastnavigation")
(version (git-version "1.5.1" revision commit))
@@ -2816,7 +2816,7 @@ (define-public recastnavigation
(file-name (git-file-name name version))
(sha256
(base32
- "034bm47gc3r285w1pnvkhmm74zz99d204b1r865gisaiq4qfbza0"))))
+ "0cqp0sbm0ixqnxqz6gf2gybh5l4az91mdsd8b5bgxs1wpl2jmnga"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
--
2.39.2
This bug report was last modified 2 years and 62 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.