gnu: nml: Update to 0.4.5.

* gnu/packages/game-development.scm (nml): Update to 0.4.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-07-05 02:25:41 +02:00
parent df0fd7bfe0
commit 41770337d0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ provide connectivity for client applications written in any language.")
(define-public nml (define-public nml
(package (package
(name "nml") (name "nml")
(version "0.4.4") (version "0.4.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -273,7 +273,7 @@ provide connectivity for client applications written in any language.")
version "/nml-" version ".tar.gz")) version "/nml-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0wk9ls5qyjwkra54rkj1gg94xbwzi7b84a5fh1ma1q7pbimi8rmg")))) "1pmvvm3sgnpngfa7884mqhq3fwdjh9sr0ca07ypnidcg0y341w53"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pillow" ,python-pillow) `(("python-pillow" ,python-pillow)