Revert "python3Packages.pyadjoint-ad: 2025.10.1 -> 2026.4.1" (#534773)

This commit is contained in:
Nick Cao
2026-06-24 00:12:34 +00:00
committed by GitHub

View File

@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyadjoint-ad";
version = "2026.4.1";
version = "2025.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dolfin-adjoint";
repo = "pyadjoint";
tag = finalAttrs.version;
hash = "sha256-ChtZQ5MJeQt1CqAsFHTCwbIJrcwBKlNxSF5zi6pHLsA=";
hash = "sha256-UI1eRB9hy4lb/s18NjaAyjH3HvDwRbRzk0ZuWxf1Uuc=";
};
build-system = [