Archived
1
0
Fork 0

gnu: nml: Update to 0.7.2.

* gnu/packages/game-development.scm (nml): Update to 0.7.2.
This commit is contained in:
Julien Lepiller 2023-04-17 22:36:15 +02:00
parent 319078cb0a
commit d86869428c
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

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