python3Packages.pyadjoint-ad: 2025.04.0->2025.04.1

Diff: https://github.com/dolfin-adjoint/pyadjoint/compare/2025.04.0...2025.04.1
This commit is contained in:
qbisi
2025-07-18 12:40:54 +08:00
parent 083491fe9d
commit 85e56fb4e2
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyadjoint-ad";
version = "2025.04.0";
version = "2025.04.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dolfin-adjoint";
repo = "pyadjoint";
tag = version;
hash = "sha256-ZNd8aJJ87OfQakScrkYqhCAh7qGctW/uqIoQjX5VEhI=";
hash = "sha256-S9A0qCatnnLuOkqWsEC4tjVY1HZqqi2T5iXu+WUoN24=";
};
build-system = [