diff options
author | Marius Bakke <[email protected]> | 2018-07-08 23:58:22 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2018-07-08 23:58:22 +0200 |
commit | 873325b0307a709be6f305472a5bfb9e07437aaa (patch) | |
tree | b271f28b229f983841ca7b16c4d3cc52582c864e /gnu/packages/game-development.scm | |
parent | 68ee10da03b09c2acead8891e4b51c718c24d574 (diff) | |
parent | 6a8299d267d111da4c80bbdfc83eb5cdfc072b4a (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index a715c958cd..96b15b5652 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -265,7 +265,7 @@ provide connectivity for client applications written in any language.") (define-public nml (package (name "nml") - (version "0.4.4") + (version "0.4.5") (source (origin (method url-fetch) @@ -273,12 +273,12 @@ provide connectivity for client applications written in any language.") version "/nml-" version ".tar.gz")) (sha256 (base32 - "0wk9ls5qyjwkra54rkj1gg94xbwzi7b84a5fh1ma1q7pbimi8rmg")))) + "1pmvvm3sgnpngfa7884mqhq3fwdjh9sr0ca07ypnidcg0y341w53")))) (build-system python-build-system) (propagated-inputs `(("python-pillow" ,python-pillow) ("python-ply" ,python-ply))) - (home-page "http://dev.openttdcoop.org/projects/nml") + (home-page "https://dev.openttdcoop.org/projects/nml") (synopsis "NML compiler") (description "@dfn{NewGRF Meta Language} (NML) is a python-based compiler, capable of |