gnu: nml: Update to 0.7.2.
* gnu/packages/game-development.scm (nml): Update to 0.7.2.
This commit is contained in:
parent
319078cb0a
commit
d86869428c
1 changed files with 2 additions and 2 deletions
|
@ -417,13 +417,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.3")
|
(version "0.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nml" version))
|
(uri (pypi-uri "nml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0l5pfs8q7jrl3xscqq7pnwh5h5d17fsyjy7xspkc73sa0ayjm9jx"))))
|
(base32 "1kgzkv8pc0blck8c6iqq1idx1nrxyjw2vbnrdisnxizi6zds5l73"))))
|
||||||
(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