Merge pull request #218097 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 12.0.2 -> 12.1.6
This commit is contained in:
Mario Rodas 2023-02-24 18:36:11 -05:00 committed by GitHub
commit 8bc8952f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "12.0.2";
version = "12.1.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TfIzTbVXhS+DxroxBqfodS4HAQBPJQ4/Vo4Jh8VjYfM=";
hash = "sha256-6DuvA1HAMr4A9mNH9jFKH9IWOt4010iZewldCDWWmPE=";
};
postPatch = ''