From 1c4144a159b4eec005af545b2701ee838a781a2c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 23 May 2021 15:06:00 +0200 Subject: [PATCH] gnu: ois: Update to 1.5.1. * gnu/packages/game-development.scm (ois): Update to 1.5.1. --- gnu/packages/game-development.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 52541196b3..62b8c6cdb1 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1488,7 +1488,7 @@ (define-public grafx2 (define-public ois (package (name "ois") - (version "1.5") + (version "1.5.1") (source (origin (method git-fetch) @@ -1497,7 +1497,7 @@ (define-public ois (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