python3Packages.nutils: 7.3 -> 8.3

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:50 +02:00
parent 24b1da5b5e
commit 2f2e86b280
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "nutils";
version = "7.3";
version = "8.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "evalf";
repo = "nutils";
rev = "refs/tags/v${version}";
hash = "sha256-3VtQFnR8vihxoIyRkbE1a1Rs8Np3/79PWNKReTBZDg8=";
hash = "sha256-6VvzUKKUB5SkmvC7PFPqGayc51t3PTMPwrxgZI5+jHA=";
};
nativeBuildInputs = [