civodul pushed a commit to branch master
in repository guix.
commit e637794875c32cfa90c135558666be0acda24747
Author: Kaelyn Takata <[email protected]>
AuthorDate: Thu Apr 27 17:38:39 2023 +0000
gnu: recastnavigation: Update to commit 6d1f971.
* gnu/packages/game-development.scm (recastnavigation): Update to commit
6d1f971.
Signed-off-by: Ludovic Courtès <[email protected]>
---
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 66f23819fc..be2ae96274 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2804,8 +2804,8 @@ much more.")
(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))
@@ -2817,7 +2817,7 @@ much more.")
(file-name (git-file-name name version))
(sha256
(base32
- "034bm47gc3r285w1pnvkhmm74zz99d204b1r865gisaiq4qfbza0"))))
+ "0cqp0sbm0ixqnxqz6gf2gybh5l4az91mdsd8b5bgxs1wpl2jmnga"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"