guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: surgescript: Update to 0.5.5.


From: guix-commits
Subject: 01/10: gnu: surgescript: Update to 0.5.5.
Date: Sat, 6 Mar 2021 12:44:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 94466f9594789f5320a79fa5555254e0b4a90f5b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 6 17:21:31 2021 +0100

    gnu: surgescript: Update to 0.5.5.
    
    * gnu/packages/game-development.scm (surgescript): Update to 0.5.5.
---
 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 1f6ed06..55a7d71 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -638,7 +638,7 @@ sounds from presets such as \"explosion\" or \"powerup\".")
 (define-public surgescript
   (package
     (name "surgescript")
-    (version "0.5.4.4")
+    (version "0.5.5")
     (source
      (origin
        (method git-fetch)
@@ -647,7 +647,7 @@ sounds from presets such as \"explosion\" or \"powerup\".")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vck1wk6r6jrrw5xzpqldplz601dfgpk5s5p45fam00nfsid0p7p"))))
+        (base32 "0xwd4g7n0b0rxkpbyshkzyl472h1y606ghyvf8gv034n3jz2g4jk"))))
      (build-system cmake-build-system)
      (arguments
       '(#:configure-flags



reply via email to

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