From ec0d4a94865610ceea1f0a2d06d6a001af51cea5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Aug 2023 09:55:26 +0200 Subject: [PATCH 1/2] python310Packages.aesara: 2.8.12 -> 2.9.1 --- pkgs/development/python-modules/aesara/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aesara/default.nix b/pkgs/development/python-modules/aesara/default.nix index 1d6abad17b49..4e1435133f77 100644 --- a/pkgs/development/python-modules/aesara/default.nix +++ b/pkgs/development/python-modules/aesara/default.nix @@ -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 = [ From c4a8d6ace5243859ef29a229f3a9a3f2c4513ca0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Aug 2023 10:15:11 +0200 Subject: [PATCH 2/2] python310Packages.aeppl: 0.1.4 -> 0.1.5 Diff: https://github.com/aesara-devs/aeppl/compare/refs/tags/v0.1.4...v0.1.5 Changelog: https://github.com/aesara-devs/aeppl/releases/tag/v0.1.5 --- pkgs/development/python-modules/aeppl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aeppl/default.nix b/pkgs/development/python-modules/aeppl/default.nix index f2ef99998a5f..1633be12bb97 100644 --- a/pkgs/development/python-modules/aeppl/default.nix +++ b/pkgs/development/python-modules/aeppl/default.nix @@ -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 = [