Commit 0a8d55da authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 773e5ce5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

buildPythonPackage rec {
  pname = "pytensor";
  version = "2.30.3";
  version = "2.31.0";
  pyproject = true;

  src = fetchFromGitHub {
@@ -42,7 +42,7 @@ buildPythonPackage rec {
    postFetch = ''
      sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${src.tag})"/' $out/pytensor/_version.py
    '';
    hash = "sha256-Iyiuvt86pfz8MmpwgDecKJFVOw+fKpEaA9m1MBA9Yxs=";
    hash = "sha256-RgJeKA0dRSY1xn+7pgzUg5Hn5KKAWUilimbZOn43xHQ=";
  };

  build-system = [