Merge pull request #164991 from r-ryantm/auto-update/python3.10-limnoria

python310Packages.limnoria: 2022.2.3 -> 2022.3.17

authored by Fabian Affolter and committed by GitHub 20f4dcdd e335b5e2

+2 -2
+2 -2
pkgs/development/python-modules/limnoria/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "limnoria"; 18 - version = "2022.2.3"; 18 + version = "2022.3.17"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.6"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-Jc11hS+WrRnjgYOUpc+GdkRoNV/DUJhQK6rI2lUkEIA="; 25 + hash = "sha256-sSZFbEDlkc+F0PIwvseVEBoQQZVTFypW2nvLmPDD4u0="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [