python38Packages.limnoria: 2022.1.1 -> 2022.1.1.post1

This commit is contained in:
R. Ryantm 2022-01-06 08:30:46 +00:00
parent ae35b93fdc
commit c2da87c13f

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "limnoria";
version = "2022.1.1";
version = "2022.1.1.post1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-tJqUsNRvSipuvOTfxJOFUCojrkRrrrzIgEYNShrTP8c=";
hash = "sha256-9p06yD95emBOFKtTZMVR/3ySAB24pB3QRmzVEnqeb9U=";
};
propagatedBuildInputs = [