python3Packages.parts: 1.0.3 -> 1.1.0

This commit is contained in:
Fabian Affolter 2021-09-22 10:52:13 +02:00
parent b5044c1833
commit 7284b144fd

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "parts";
version = "1.0.3";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "a4137612bc050f606b4d6f9e6a554ebfb50633c8dd9699481f82271f84d9425f";
sha256 = "sha256-Xtcu/0ZO+6L7RiVfq/Jog4f7LOtZo4QUD1qi7UdPO7g=";
};
# Project has no tests