Merge pull request #205606 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 9.0.1 -> 9.1.0
This commit is contained in:
Fabian Affolter 2022-12-12 09:15:17 +01:00 committed by GitHub
commit 5b8cd63da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "9.0.1";
version = "9.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Zandkxbok64TopHnpmUShlGP7IOrqShStDU5RuUICNs=";
hash = "sha256-6SA+JdZwF2Q0RrlPlJvsTXDofrluVcQ+hVMlSFYTjxw=";
};
postPatch = ''