Merge pull request #222576 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 13.3.0 -> 13.4.0
This commit is contained in:
Fabian Affolter 2023-03-23 20:16:12 +01:00 committed by GitHub
commit 06f9997d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.3.0";
version = "13.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1faEVqSGhRr+CaRHgZMS093fSC3hBgK2CX0oCxAIjCU=";
hash = "sha256-USDqlZZ8w4A2KC4xGVCkgEuMxGK8ez5+/M6nSe3/46c=";
};
postPatch = ''