python3Packages.nutils: 8.3 -> 8.4

https://github.com/evalf/nutils/releases/tag/v8.4
This commit is contained in:
Martin Weinelt 2023-12-03 00:01:38 +01:00
parent 2be10c1e9e
commit 08084202fb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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