mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: glulxe: Update to 0.5.4.
* gnu/packages/games.scm (glulxe): Update to 0.5.4. [license]: Change to 'expat'.
This commit is contained in:
parent
21abf092a4
commit
b2e3d59c50
1 changed files with 4 additions and 4 deletions
|
@ -883,15 +883,15 @@ (define glkterm
|
|||
(define-public glulxe
|
||||
(package
|
||||
(name "glulxe")
|
||||
(version "0.5.2")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.ifarchive.org/if-archive/programming/"
|
||||
"glulx/interpreters/glulxe/glulxe-052.tar.gz"))
|
||||
"glulx/interpreters/glulxe/glulxe-054.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19iw6kl8ncqcy9pv4gsqfh3xsa1n94zd234rqavvmxccnf3nj19g"))))
|
||||
"0vipydg6ra90yf9b3ipgppwxyb2xdhcxwvirgjy0v20wlf56zhhz"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("glk" ,glkterm)))
|
||||
(arguments
|
||||
|
@ -916,7 +916,7 @@ (define-public glulxe
|
|||
playing interactive fiction. It was designed by Andrew Plotkin to relieve
|
||||
some of the restrictions in the venerable Z-machine format. This is the
|
||||
reference interpreter, using Glk API.")
|
||||
(license (license:fsf-free "file://README"))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public fizmo
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue