Merge pull request #301020 from r-ryantm/auto-update/python311Packages.peaqevcore

python311Packages.peaqevcore: 19.7.7 -> 19.7.12
This commit is contained in:
Weijia Wang 2024-04-03 13:34:38 +02:00 committed by GitHub
commit 753c30e4d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,21 +7,21 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.7.7";
version = "19.7.12";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HJ+8EpxcMhUPJILapNk9esA0iUm8PiHPDm3MmBQDny4=";
hash = "sha256-/oo24hOH2aIXZH0CwmgTNIvA2MJWvOR084rZEOdldGM=";
};
postPatch = ''
sed -i "/extras_require/d" setup.py
'';
nativeBuildInputs = [
build-system = [
setuptools
];