Merge pull request #182969 from r-ryantm/auto-update/python3.10-aesara

python310Packages.aesara: 2.7.7 -> 2.7.9
This commit is contained in:
Fabian Affolter 2022-07-26 21:43:12 +02:00 committed by GitHub
commit 8b6fbfbdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "aesara";
version = "2.7.7";
version = "2.7.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "aesara-devs";
repo = "aesara";
rev = "refs/tags/rel-${version}";
hash = "sha256-Dr4MPNtPGKmViVP2FSF8bvrQ68Dz/ASK/MTRCRUnFOE=";
hash = "sha256-s7qqFSY4teL2uiGg6CkpPtr7lNNAj61nCn83Zr7/JaQ=";
};
nativeBuildInputs = [