mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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 @@ (define-public gzochi
|
|||
(define-public nml
|
||||
(package
|
||||
(name "nml")
|
||||
(version "0.5.2")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "nml" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lwf5sc5qqzrkxfx5wkkj3yh2j2nzh5r599ly5psy8yw92km24hy"))))
|
||||
(base32 "0l5pfs8q7jrl3xscqq7pnwh5h5d17fsyjy7xspkc73sa0ayjm9jx"))))
|
||||
(build-system python-build-system)
|
||||
;; TODO: Fix test that fails with
|
||||
;; "AttributeError: partially initialized module 'nml.nmlop' has no
|
||||
|
|
Loading…
Reference in a new issue