guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: surgescript: Update to 0.5.4.4.


From: guix-commits
Subject: 05/06: gnu: surgescript: Update to 0.5.4.4.
Date: Tue, 15 Sep 2020 17:46:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6564ffd7ad4bc170f9726ee88ea300b24ba738eb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 15 23:13:38 2020 +0200

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



reply via email to

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