lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.aesara: 2.9.2 -> 2.9.3

+2 -2
+2 -2
pkgs/development/python-modules/aesara/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "aesara"; 26 - version = "2.9.2"; 26 + version = "2.9.3"; 27 27 format = "pyproject"; 28 28 29 29 disabled = pythonOlder "3.8"; ··· 32 32 owner = "aesara-devs"; 33 33 repo = "aesara"; 34 34 rev = "refs/tags/rel-${version}"; 35 - hash = "sha256-6SZHr81OiqzKh977RrJtrDvFlAIjguK+1imP3bjxhS8="; 35 + hash = "sha256-aO0+O7Ts9phsV4ghunNolxfAruGBbC+tHjVkmFedcCI="; 36 36 }; 37 37 38 38 nativeBuildInputs = [