python310Packages.lupupy: 0.2.5 -> 0.2.7

This commit is contained in:
R. Ryantm
2023-02-07 04:33:57 +00:00
parent 1bda69b429
commit 2e82629b56
@@ -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 = [