Archived
1
0
Fork 0

gnu: nml: Update to 0.5.3.

* gnu/packages/game-development.scm (nml): Update to 0.5.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-30 17:50:39 +02:00
parent 902436a209
commit 1f334a5c23
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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