3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.lupupy: 0.2.5 -> 0.2.7
This commit is contained in:
Weijia Wang 2023-02-07 07:39:50 +01:00 committed by GitHub
commit ff06c9ae88
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.5";
version = "0.2.7";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-SxhGUwcZjaRNCS5dB2hh5uctFGHWuKnM48CcIz6VMh8=";
hash = "sha256-nSa/qFJUnk1QTwUqq2il0RWCPdF4Jwby9NPIwAwcVds=";
};
propagatedBuildInputs = [