Merge pull request #170718 from r-ryantm/auto-update/python3.10-peaqevcore

python310Packages.peaqevcore: 0.0.16 -> 0.0.19
This commit is contained in:
Fabian Affolter 2022-04-28 09:34:30 +02:00 committed by GitHub
commit 8ac97d6db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,20 +6,18 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "0.0.16";
version = "0.0.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VYJzypRiVOF4FrvglAp2NWMUNxZx2Fq1Pw7lx0xbVFw=";
hash = "sha256-eEMzhrVKZJjUYwwdZ8M+xi0pbxseOS4ddW9il4XYwJs=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "datetime" "" \
--replace "statistics" "" \
--replace "pytest" ""
'';