diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-17 23:41:37 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 16:34:35 +0000 |
| commit | 3ded25e6f1a74b1ccd6418396b45e0650f3c14f4 (patch) | |
| tree | 5451c1fe817a1e5a988c44fdb6f8d51d6d7e9e3e /gnu/packages/game-development.scm | |
| parent | 9643da0abed6077819579fc60816432bdb3fbaba (diff) | |
gnu: python-anvil-parser: Update to 0.10.6-0.91a7eda.
* gnu/packages/game-development.scm (python-anvil-parser): Update to
0.10.6 91a7eda55f0fb55a948d1072896430c29d906809 commit.
[source]: Update URL, permanent redirect.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-setuptools.
[home-page]: Update URL.
Change-Id: Ie483cda52cdf86645584b835f65847fbbe737d7e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/game-development.scm')
| -rw-r--r-- | gnu/packages/game-development.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 6f41e709c46..465ec6c7298 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -570,23 +570,26 @@ types (revolute, prismatic, wheel, etc.).") (license license:zlib))) (define-public python-anvil-parser - (let ((commit "27544bb41f035617be130a209a84371cbaf837cc") + ;; Github project does not have tags. + (let ((commit "91a7eda55f0fb55a948d1072896430c29d906809") (revision "0")) (package (name "python-anvil-parser") - (version (git-version "0.9.0" revision commit)) + (version (git-version "0.10.6" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/0xTiger/anvil-parser") + (url "https://github.com/0xTiger/anvil-parser2") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "196nli36pz4sllx1m8jlys661hgbxhcxr2c4545fqb4nd27hhwy7")))) - (build-system python-build-system) + (base32 "16j7kv6v782nz1fafkxkb7v2vpwfhpi1a66ak04xawg9h1fz7vkc")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest python-setuptools)) (propagated-inputs (list python-frozendict python-nbt)) - (home-page "https://github.com/0xTiger/anvil-parser") + (home-page "https://github.com/0xTiger/anvil-parser2") (synopsis "Anvil file format parser") (description "This package provides an Anvil file format parser.") (license license:expat)))) |
