summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-06 11:59:44 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-07-06 09:59:12 -0700
commitc7d145203852f706e587b78cd6e4416343632857 (patch)
tree4e1b94331bc8d122e80e2f6794ffff2c3d7ec933
parentae555af60a87b55e2ac209cc1c58b7aeff9169e0 (diff)
python310Packages.aesara: 2.7.4 -> 2.7.5
-rw-r--r--pkgs/development/python-modules/aesara/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aesara/default.nix b/pkgs/development/python-modules/aesara/default.nix
index 814de3554f61..91ad5de78b5c 100644
--- a/pkgs/development/python-modules/aesara/default.nix
+++ b/pkgs/development/python-modules/aesara/default.nix
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "aesara";
- version = "2.7.4";
+ version = "2.7.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "aesara-devs";
repo = "aesara";
rev = "refs/tags/rel-${version}";
- hash = "sha256-gLIBO1AzU8OTCPcZQN1A7vGi3L9fqzCXQsPek/+dsQc=";
+ hash = "sha256-wx0F7GHfIS2OTnOIlhQAsUAZHm9PncoIG+bn3dsIWrU=";
};
nativeBuildInputs = [