Merge pull request #244519 from fabaff/peaqevcore-bump

python311Packages.peaqevcore: 19.0.0 -> 19.0.1
This commit is contained in:
Nick Cao
2023-07-20 18:50:07 -06:00
committed by GitHub
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.0.0";
version = "19.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0mNxClFeUKVV87mekjpHDrQUb9r6UMN5k7OUNGnraWU=";
hash = "sha256-i7jW9hby6rgM/lWpujn+mRif2KhIu1mmJw3AnrofCVU=";
};
postPatch = ''