Merge pull request #245829 from r-ryantm/auto-update/python310Packages.peaqevcore

python310Packages.peaqevcore: 19.0.1 -> 19.0.2
This commit is contained in:
Nick Cao 2023-07-28 03:12:53 -06:00 committed by GitHub
commit 1290de3044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.0.1";
version = "19.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-i7jW9hby6rgM/lWpujn+mRif2KhIu1mmJw3AnrofCVU=";
hash = "sha256-Ju+vKKNmRCRLYSOXNmCdBR8Ce1Xw3BA7IMMCRBSFhKQ=";
};
postPatch = ''