Merge pull request #215806 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 11.2.0 -> 12.0.1
This commit is contained in:
Fabian Affolter 2023-02-12 00:56:36 +01:00 committed by GitHub
commit a807429abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "11.2.0";
version = "12.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-L4QUQsLdFwJPGq8ZdpTHRv5dNn1o6lc1q37LVNNCOOM=";
hash = "sha256-nhipggmTd0BgYOPo4SoezrvPmw7wQL71K5y1EKoHRDw=";
};
postPatch = ''