python3Packages.limnoria: 2025.7.18 -> 2025.11.2

This commit is contained in:
R. Ryantm
2025-11-06 23:41:24 +00:00
parent b780d50910
commit 8f9645e025
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "limnoria";
version = "2025.7.18";
version = "2025.11.2";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-iXu+ObOFd0iQae8/mY2ztt7s4kuKutX3huHN7jP3cHE=";
hash = "sha256-cvlp1cfsdN8lv8hFvaHV6vtWEJ0CJUBmN1yCgxrhMi8=";
};
build-system = [ setuptools ];