python3Packages.nunavut: 2.0.0 -> 2.0.2

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:33 +01:00
parent 7351644224
commit 83aa158501

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "nunavut";
version = "2.0.0";
version = "2.0.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-EOkxTliGcGwe0GWfNt9t4gosxrMq7748hcB0Snemtzw=";
sha256 = "sha256-Rrt26sEdT3EM1KQHnHQogodj+7QwRJ05f8t7Tn679ZE=";
};
postPatch = ''