lol

Merge pull request #181342 from r-ryantm/auto-update/python310Packages.aesara

python310Packages.aesara: 2.7.6 -> 2.7.7

authored by

Fabian Affolter and committed by
GitHub
9c5fc4f1 73e0f069

+2 -2
+2 -2
pkgs/development/python-modules/aesara/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "aesara"; 24 - version = "2.7.6"; 24 + version = "2.7.7"; 25 25 format = "setuptools"; 26 26 27 27 disabled = pythonOlder "3.7"; ··· 30 30 owner = "aesara-devs"; 31 31 repo = "aesara"; 32 32 rev = "refs/tags/rel-${version}"; 33 - hash = "sha256-N/hAD8ev12OhodjVAlzOKwdmIer8r4i1GfgvlnGaYNU="; 33 + hash = "sha256-Dr4MPNtPGKmViVP2FSF8bvrQ68Dz/ASK/MTRCRUnFOE="; 34 34 }; 35 35 36 36 nativeBuildInputs = [