GNU bug report logs -
#71329
[PATCH 0/2] opensurge: Update to 0.6.1.1
Previous Next
Reported by: iyzsong <at> envs.net
Date: Mon, 3 Jun 2024 04:08:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/game-development.scm (surgescript): Update to 0.6.0.
Change-Id: Ie976d33f3f2df4ac5c37476fcd9675c122a5783a
---
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 5b7852c4eb..17c1bc9736 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -921,7 +921,7 @@ (define-public sfxr
(define-public surgescript
(package
(name "surgescript")
- (version "0.5.6.1")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -930,7 +930,7 @@ (define-public surgescript
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1p1pxb4iixzq7z14bpy32dx3dhfaaf6mcz4y3g3g09bkdmm1ys6j"))))
+ (base32 "17k14108hvz329cqnr3g799ksmiv8d710slnghi2wmwswir8s0jd"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; there are no tests
--
2.41.0
This bug report was last modified 346 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.