python3Packages.lupupy: 0.1.1 -> 0.1.3

This commit is contained in:
Fabian Affolter 2022-01-30 21:41:39 +01:00
parent 8355744c7a
commit 8446f7dbf3

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "lupupy";
version = "0.1.1";
version = "0.1.3";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-bWBiM+u5wl9fWqL8k+R2IaYXSNnc4IxgWgUzyJVxkKk=";
sha256 = "sha256-oKc2x0T8KSSv9OB6U79QacBbvATDPecZFFKhFeBG39E=";
};
propagatedBuildInputs = [