Merge pull request #150461 from r-ryantm/auto-update/python38Packages.lupupy

python38Packages.lupupy: 0.0.22 -> 0.0.24
This commit is contained in:
Fabian Affolter 2021-12-12 20:16:42 +01:00 committed by GitHub
commit 277954f584
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.0.22";
version = "0.0.24";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-3yxhuG5aYC6Vx04pJtKxpUKevvw9hyZ9zVi6XmLRIv8=";
sha256 = "62b63877aa6a9e6bfecd163a922641906f233cc4b53b1314ee71247e157273c6";
};
propagatedBuildInputs = [