python310Packages.lupupy: 0.2.3 -> 0.2.4

This commit is contained in:
Fabian Affolter 2022-12-19 22:44:34 +01:00
parent 813a0ef809
commit 726ab86a09

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "lupupy";
version = "0.2.3";
version = "0.2.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-GR/sCR8BkqfSLCftLrCAaSYYcaYugX3ItM55+KcghL8=";
hash = "sha256-11BdMhUhxbzkSrBEFdqpjkgcOcCZG498ylEHIMbomW4=";
};
propagatedBuildInputs = [