Commit 85e56fb4 authored by qbisi's avatar qbisi
Browse files

python3Packages.pyadjoint-ad: 2025.04.0->2025.04.1

parent 083491fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [