python310Packages.limnoria: 2023.1.12 -> 2023.1.28

This commit is contained in:
R. Ryantm
2023-02-12 11:59:27 +00:00
parent 4d4ee0650f
commit 56a249d31f
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "limnoria";
version = "2023.1.12";
version = "2023.1.28";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-V3DkIsnVv/HekWuOnIKnMHhccDGWun7mF7AcBSEsy6o=";
hash = "sha256-yIKJAW5hb7EOUiS7G+Q4QAESfG4dbfqHScaQBKLMkeM=";
};
propagatedBuildInputs = [