python3Packages.nutils: 7.0 -> 7.2

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:29 +01:00
parent acd47c7e3f
commit 0a2aafb65e

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "nutils";
version = "7.0";
version = "7.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "evalf";
repo = "nutils";
rev = "refs/tags/v${version}";
hash = "sha256-V7lSMhwzc9+36uXMCy5uF241XwJ62Pdf59RUulOt4i8=";
hash = "sha256-KCvUBE3qbX6v1HahBj4/jjM8ujvFGtWNuH1D+bTHrQ0=";
};
propagatedBuildInputs = [