gnu: nml: Update to 0.5.3.
* gnu/packages/game-development.scm (nml): Update to 0.5.3.
This commit is contained in:
parent
902436a209
commit
1f334a5c23
1 changed files with 2 additions and 3 deletions
|
@ -317,14 +317,13 @@ provide connectivity for client applications written in any language.")
|
||||||
(define-public nml
|
(define-public nml
|
||||||
(package
|
(package
|
||||||
(name "nml")
|
(name "nml")
|
||||||
(version "0.5.2")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nml" version))
|
(uri (pypi-uri "nml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0l5pfs8q7jrl3xscqq7pnwh5h5d17fsyjy7xspkc73sa0ayjm9jx"))))
|
||||||
"1lwf5sc5qqzrkxfx5wkkj3yh2j2nzh5r599ly5psy8yw92km24hy"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; TODO: Fix test that fails with
|
;; TODO: Fix test that fails with
|
||||||
;; "AttributeError: partially initialized module 'nml.nmlop' has no
|
;; "AttributeError: partially initialized module 'nml.nmlop' has no
|
||||||
|
|
Reference in a new issue