Merge pull request #217301 from fabaff/lupupy-bump

python310Packages.lupupy: 0.2.8 -> 0.3.0
This commit is contained in:
Nick Cao 2023-02-20 21:23:59 +08:00 committed by GitHub
commit 75c11dbf30
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.8";
version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-UIfv5lt9Vcyes9VYXkaQyBzfkcRiIE4It7q/CMJc7go=";
hash = "sha256-g2EEyPhsQZ+VKP/kSjZdQ9ns0NlptH8l2h0vTTLpF54=";
};
propagatedBuildInputs = [