diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 15:06:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 21:56:20 +0200 |
commit | 1c4144a159b4eec005af545b2701ee838a781a2c (patch) | |
tree | 04c041f9c756a4ab23f43f704facaf1692cd79ea /gnu | |
parent | 4b08aad5e723567c76764eafdde1c3c90eb1def4 (diff) | |
download | guix-1c4144a159b4eec005af545b2701ee838a781a2c.tar.gz guix-1c4144a159b4eec005af545b2701ee838a781a2c.zip |
gnu: ois: Update to 1.5.1.
* gnu/packages/game-development.scm (ois): Update to 1.5.1.
Diffstat (limited to 'gnu')
-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 52541196b3..62b8c6cdb1 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1488,7 +1488,7 @@ painted with a mouse.") (define-public ois (package (name "ois") - (version "1.5") + (version "1.5.1") (source (origin (method git-fetch) @@ -1497,7 +1497,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 |