Merge pull request #215688 from r-ryantm/auto-update/python310Packages.lupupy

python310Packages.lupupy: 0.2.7 -> 0.2.8
This commit is contained in:
Weijia Wang 2023-02-10 16:24:10 +01:00 committed by GitHub
commit 4d1f2a29d4
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.7";
version = "0.2.8";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-nSa/qFJUnk1QTwUqq2il0RWCPdF4Jwby9NPIwAwcVds=";
hash = "sha256-UIfv5lt9Vcyes9VYXkaQyBzfkcRiIE4It7q/CMJc7go=";
};
propagatedBuildInputs = [