gnu: ois: Update to 1.5.1.

* gnu/packages/game-development.scm (ois): Update to 1.5.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-23 15:06:00 +02:00
parent 4b08aad5e7
commit 1c4144a159
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1488,7 +1488,7 @@ (define-public grafx2
(define-public ois (define-public ois
(package (package
(name "ois") (name "ois")
(version "1.5") (version "1.5.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1497,7 +1497,7 @@ (define-public ois
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0g8krgq5bdx2rw7ig0xva4kqv4x815672i7z6lljp3n8847wmypa")))) (base32 "0nkh0zrsbyv47c0i0vhdna3jsnvs69pb1svg75avxw6z7kwskgla"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; no test suite `(#:tests? #f)) ; no test suite