python3Packages.limnoria: 2025.11.2 -> 2026.1.16

This commit is contained in:
R. Ryantm
2026-01-17 03:02:17 +00:00
parent 825a8a4f46
commit f699d45e70
@@ -17,12 +17,12 @@
buildPythonPackage rec {
pname = "limnoria";
version = "2025.11.2";
version = "2026.1.16";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-cvlp1cfsdN8lv8hFvaHV6vtWEJ0CJUBmN1yCgxrhMi8=";
hash = "sha256-ZkEXZMjJsEgSwX2a8TwaQ/vtvskSOFwNBZg/Ru5q/bc=";
};
build-system = [ setuptools ];