Merge pull request #186710 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 4.0.8 -> 5.1.3
This commit is contained in:
Fabian Affolter 2022-08-14 23:48:13 +02:00 committed by GitHub
commit b0af03e142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "4.0.8";
version = "5.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-B0t9kNl55VsPC8ZXP7/lRDJ0Hfm4uhSEMGX9To4fjAU=";
hash = "sha256-9cfxLbpA2WHsolF/jxrsx7mEWj6exlCNHce3waI308I=";
};
postPatch = ''