Merge pull request #247892 from fabaff/aeppl-bump

python310Packages.aesara: 2.8.12 -> 2.9.1, python310Packages.aeppl: 0.1.4 -> 0.1.5

authored by

Fabian Affolter and committed by
GitHub
f7505dcd fa1d4611

+5 -5
+2 -2
pkgs/development/python-modules/aeppl/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "aeppl"; 14 - version = "0.1.4"; 14 + version = "0.1.5"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "aesara-devs"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-y2JQxHztLEORoqVikOD/pSF5+WJRo/f8XyZKVDx2Ybs="; 23 + hash = "sha256-mqBbXwWJwQA2wSHuEdBeXQMfTIcgwYEjpq8AVmOjmHM="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [
+3 -3
pkgs/development/python-modules/aesara/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "aesara"; 26 - version = "2.8.12"; 26 + version = "2.9.1"; 27 27 format = "pyproject"; 28 28 29 - disabled = pythonOlder "3.7"; 29 + disabled = pythonOlder "3.8"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "aesara-devs"; 33 33 repo = "aesara"; 34 34 rev = "refs/tags/rel-${version}"; 35 - hash = "sha256-lRc0IGpxkSnVeziFOYX7f99P7WNvz1KHy73qMPrU24I="; 35 + hash = "sha256-eanFkEiuPzm4InLd9dFmoLs/IOofObn9NIzaqzINdMQ="; 36 36 }; 37 37 38 38 nativeBuildInputs = [