Revert "python3Packages.pyadjoint-ad: 2025.10.1 -> 2026.4.1"

This commit is contained in:
Nick Cao
2026-06-23 19:38:52 -04:00
committed by GitHub
parent 10cf373b92
commit 8935abdd23

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 = [