Merge pull request #184979 from r-ryantm/auto-update/python3.10-parts

python310Packages.parts: 1.5.1 -> 1.5.2
This commit is contained in:
Fabian Affolter 2022-08-03 21:18:12 +02:00 committed by GitHub
commit 6290c77ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "parts";
version = "1.5.1";
version = "1.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-H6nyn2TY1Ga65CyhxOSlgcDTTC1UJi8I/4damM6I7fM=";
hash = "sha256-gOPDqXF05bQcG0Kv0+akBrikRr/CfHB9/tM/TJDPHdM=";
};
# Project has no tests