gnu: python-ppmd-cffi: Update to 0.5.0.

* gnu/packages/python-compression.scm (python-ppmd-cffi): Update to 0.5.0.
[native-inputs]: Remove python-setuptools and python-pep517; add
python-hypothesis.
This commit is contained in:
Ricardo Wurmus 2022-11-23 00:29:04 +01:00
parent 3ab9adba57
commit 48a5dc0ffb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -127,21 +127,20 @@ (define-public python-isal
(define-public python-ppmd-cffi (define-public python-ppmd-cffi
(package (package
(name "python-ppmd-cffi") (name "python-ppmd-cffi")
(version "0.3.3") (version "0.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ppmd-cffi" version)) (uri (pypi-uri "ppmd-cffi" version))
(sha256 (sha256
(base32 (base32
"01wcd9l6pp6hivdmd275qh9dhcwficjqfl67hxix5n07vvq7jzz0")))) "0vprpl29fkflqx0m6anfpx7q7i4cw0d0qxcdm91k4pl82dcad81g"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-cffi)) (list python-cffi))
(native-inputs (native-inputs
(list python-setuptools (list python-hypothesis
python-setuptools-scm python-setuptools-scm
python-pep517
python-coverage python-coverage
python-pytest python-pytest
python-pytest-cov)) python-pytest-cov))