mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: surgescript: Update to 0.5.5.
* gnu/packages/game-development.scm (surgescript): Update to 0.5.5.
This commit is contained in:
parent
3483886cf4
commit
94466f9594
1 changed files with 2 additions and 2 deletions
|
@ -638,7 +638,7 @@ (define-public sfxr
|
|||
(define-public surgescript
|
||||
(package
|
||||
(name "surgescript")
|
||||
(version "0.5.4.4")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -647,7 +647,7 @@ (define-public surgescript
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue