diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-05 02:25:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-05 02:35:04 +0200 |
commit | 41770337d05ef5a023eb87dd437524a27c1ecfe7 (patch) | |
tree | 1487c1e37b5847e8945157e1e420313c52ae43b7 /gnu/packages | |
parent | df0fd7bfe0ba6b059136125b064e511b12a0f5af (diff) |
gnu: nml: Update to 0.4.5.
* gnu/packages/game-development.scm (nml): Update to 0.4.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 53d77bcb10..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,7 +273,7 @@ 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) |