python3Packages.nutils: 7.3 -> 8.3

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:36 +02:00
parent 24b1da5b5e
commit 2f2e86b280

View file

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "nutils"; pname = "nutils";
version = "7.3"; version = "8.3";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "evalf"; owner = "evalf";
repo = "nutils"; repo = "nutils";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-3VtQFnR8vihxoIyRkbE1a1Rs8Np3/79PWNKReTBZDg8="; hash = "sha256-6VvzUKKUB5SkmvC7PFPqGayc51t3PTMPwrxgZI5+jHA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [