python310Packages.limnoria: 2023.8.10 -> 2023.9.24

This commit is contained in:
R. Ryantm
2023-09-27 05:27:50 +00:00
parent 647a8a5b57
commit 631f5829f6
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "limnoria";
version = "2023.8.10";
version = "2023.9.24";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-3AHc7Ej0IJ2WCQ8XVbWL0lwTQW6ng2ehemTcmJOQ86U=";
hash = "sha256-VJXIuGcgwAEObCCah+yc/o3IEpe4ln5F4wVwCy54Auc=";
};
propagatedBuildInputs = [