me
/
guix
Archived
1
0
Fork 0

gnu: surgescript: Update to 0.6.0.

* gnu/packages/game-development.scm (surgescript): Update to 0.6.0.

Change-Id: Ie976d33f3f2df4ac5c37476fcd9675c122a5783a
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
宋文武 2024-06-03 12:09:48 +08:00 committed by Christopher Baines
parent cef0707221
commit f57a0523c4
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -921,7 +921,7 @@ sounds from presets such as \"explosion\" or \"powerup\".")
(define-public surgescript
(package
(name "surgescript")
(version "0.5.6.1")
(version "0.6.0")
(source
(origin
(method git-fetch)
@ -930,7 +930,7 @@ sounds from presets such as \"explosion\" or \"powerup\".")
(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