diff options
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index c5e4a18987..559a502cae 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1487,7 +1487,7 @@ painted with a mouse.") (define-public ois (package (name "ois") - (version "1.5") + (version "1.5.1") (source (origin (method git-fetch) @@ -1496,7 +1496,7 @@ painted with a mouse.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0g8krgq5bdx2rw7ig0xva4kqv4x815672i7z6lljp3n8847wmypa")))) + (base32 "0nkh0zrsbyv47c0i0vhdna3jsnvs69pb1svg75avxw6z7kwskgla")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no test suite |