diff options
author | Julien Lepiller <julien@lepiller.eu> | 2023-04-17 22:36:15 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2023-04-18 21:48:53 +0200 |
commit | d86869428c8a84fbaf7c59e6ea5e2a1d85f8e254 (patch) | |
tree | 5bd6a59479029030ca2a7bbc9d256dd44f7b0e16 /gnu | |
parent | 319078cb0aebf7bbcca27a3335255038425f8911 (diff) | |
download | guix-d86869428c8a84fbaf7c59e6ea5e2a1d85f8e254.tar.gz guix-d86869428c8a84fbaf7c59e6ea5e2a1d85f8e254.zip |
gnu: nml: Update to 0.7.2.
* gnu/packages/game-development.scm (nml): Update to 0.7.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 2ced3e9bfd..844ce935ae 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -417,13 +417,13 @@ provide connectivity for client applications written in any language.") (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 |