Unverified Commit f7505dcd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #247892 from fabaff/aeppl-bump

python310Packages.aesara: 2.8.12 -> 2.9.1, python310Packages.aeppl: 0.1.4 -> 0.1.5 
parents fa1d4611 c4a8d6ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "aeppl";
  version = "0.1.4";
  version = "0.1.5";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "aesara-devs";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-y2JQxHztLEORoqVikOD/pSF5+WJRo/f8XyZKVDx2Ybs=";
    hash = "sha256-mqBbXwWJwQA2wSHuEdBeXQMfTIcgwYEjpq8AVmOjmHM=";
  };

  propagatedBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -23,16 +23,16 @@

buildPythonPackage rec {
  pname = "aesara";
  version = "2.8.12";
  version = "2.9.1";
  format = "pyproject";

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "aesara-devs";
    repo = "aesara";
    rev = "refs/tags/rel-${version}";
    hash = "sha256-lRc0IGpxkSnVeziFOYX7f99P7WNvz1KHy73qMPrU24I=";
    hash = "sha256-eanFkEiuPzm4InLd9dFmoLs/IOofObn9NIzaqzINdMQ=";
  };

  nativeBuildInputs = [