python310Packages.lupupy: 0.1.9 -> 0.2.1

This commit is contained in:
Fabian Affolter 2022-12-03 13:20:22 +01:00
parent 613827f0ce
commit ce0ae2073a

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "lupupy";
version = "0.1.9";
version = "0.2.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-UclKPuWcIa1nNFKqPIEnqlnJh0aXP50k2nMbHhT1aFs=";
hash = "sha256-c3t7tIDzF9pG4i00rEIsSUMcrrRE0d6yyMIGBMm9D5A=";
};
propagatedBuildInputs = [