Archived
1
0
Fork 0

gnu: python-multivolumefile: Update to 0.2.3.

* gnu/packages/python-compression.scm (python-multivolumefile): Update to
0.2.3.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-pep517 and python-setuptools; add
python-hypothesis.
This commit is contained in:
Ricardo Wurmus 2022-11-23 13:09:39 +01:00
parent fb2d4aa088
commit 136760c3a9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -48,21 +48,20 @@
(define-public python-multivolumefile (define-public python-multivolumefile
(package (package
(name "python-multivolumefile") (name "python-multivolumefile")
(version "0.2.2") (version "0.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "multivolumefile" version)) (uri (pypi-uri "multivolumefile" version))
(sha256 (sha256
(base32 (base32
"0j46wab4b09s3favjzp3zs1cn2sn8pr7qyngs5wn31hpqqxbbz76")))) "1mh9sz50s1p8ik83a455pqd57syprad7xhfmk28yb5mwmw58sr50"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-pep517 (list python-setuptools-scm
python-setuptools
python-setuptools-scm
python-coverage python-coverage
python-coveralls python-coveralls
python-hypothesis
python-pyannotate python-pyannotate
python-pytest python-pytest
python-pytest-cov)) python-pytest-cov))