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:
commit
8ac97d6db6
1 changed files with 2 additions and 4 deletions
|
@ -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" ""
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue