guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/22: gnu: ois: Update to 1.5.1.


From: guix-commits
Subject: 01/22: gnu: ois: Update to 1.5.1.
Date: Sun, 23 May 2021 17:40:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1c4144a159b4eec005af545b2701ee838a781a2c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 23 15:06:00 2021 +0200

    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 5254119..62b8c6c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]