python310Packages.aesara: 2.6.6 -> 2.7.1

This commit is contained in:
Fabian Affolter 2022-06-05 11:04:52 +02:00
parent 125e150cd2
commit 803065a3a2

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aesara";
version = "2.6.6";
version = "2.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "aesara-devs";
repo = "aesara";
rev = "refs/tags/rel-${version}";
hash = "sha256-ChLMQCXw9EBR0hnNYGdkUbiLF+4oCqOxzsKsnsf22Jk=";
hash = "sha256-qjAaW7YYmzGBNpc8T5RyOdP5evkKOdzUGzQ9JXKioxw=";
};
nativeBuildInputs = [