Merge pull request #206927 from fabaff/lupupy-bump

python310Packages.lupupy: 0.2.3 -> 0.2.4
This commit is contained in:
Fabian Affolter 2022-12-19 23:16:23 +01:00 committed by GitHub
commit 523cf9937c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [