Merge pull request #236031 from fabaff/peaqevcore-bump

python311Packages.peaqevcore: 18.0.6 -> 18.1.1
This commit is contained in:
Nick Cao 2023-06-05 20:49:04 -06:00 committed by GitHub
commit 12bf14c442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "18.0.6";
version = "18.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-S10THua+8vifatAeFP35EirqwrODGpHTUt/9Sdk3UI8=";
hash = "sha256-YQOqthyszstR6BXN2A2ooZRylexFJMc+eb0SaY7C2UI=";
};
postPatch = ''