python3Packages.nutils: 8.4 -> 8.6

https://github.com/evalf/nutils/releases/tag/v8.6
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:35 +01:00
parent 87a0bccaf0
commit 20d5d7ab3c
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "nutils";
version = "8.4";
version = "8.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "evalf";
repo = "nutils";
rev = "refs/tags/v${version}";
hash = "sha256-cwMo3ixTK7UO9sxhcQBN4/gNZNAoBH/xL2tZ1Orh8LE=";
hash = "sha256-vfdb7+jcJ5EuWDoZyRExWEPEWt+lgbzmAL3QhguLtHE=";
};
nativeBuildInputs = [