mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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 @@ (define-public gzochi
|
|||
(define-public nml
|
||||
(package
|
||||
(name "nml")
|
||||
(version "0.5.3")
|
||||
(version "0.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "nml" version))
|
||||
(sha256
|
||||
(base32 "0l5pfs8q7jrl3xscqq7pnwh5h5d17fsyjy7xspkc73sa0ayjm9jx"))))
|
||||
(base32 "1kgzkv8pc0blck8c6iqq1idx1nrxyjw2vbnrdisnxizi6zds5l73"))))
|
||||
(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