python3Packages.limnoria: 2025.7.18 -> 2025.11.2 (#459308)

This commit is contained in:
dotlambda
2025-12-06 20:20:01 +00:00
committed by GitHub
@@ -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 ];