Merge pull request #226229 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 15.2.4 -> 15.2.8
This commit is contained in:
Fabian Affolter 2023-04-15 18:42:15 +02:00 committed by GitHub
commit db331c818d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "15.2.4";
version = "15.2.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+k1G4A4bJJzRfYRISp869NeCBTsVldWb+c6Z1tNZNg0=";
hash = "sha256-z/wGjLAigZ7EHckj7h4IK14tpybIvK3NyECCNy9+H7g=";
};
postPatch = ''