Merge pull request #213050 from r-ryantm/auto-update/python310Packages.nunavut

python310Packages.nunavut: 1.9.0 -> 2.0.0
This commit is contained in:
Weijia Wang 2023-02-16 18:21:18 +01:00 committed by GitHub
commit ed1b2ec2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "nunavut";
version = "1.9.0";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KhgijXJ908uxM7VZdXo1WU/RGU0cfqctBCbpF2wOcy8=";
sha256 = "sha256-EOkxTliGcGwe0GWfNt9t4gosxrMq7748hcB0Snemtzw=";
};
postPatch = ''