python310Packages.aesara: 2.7.6 -> 2.7.7

This commit is contained in:
R. Ryantm 2022-07-13 10:15:55 +00:00
parent 3567e122f4
commit a8c2b4f0e4

View File

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