python310Packages.aeppl: 0.1.2 -> 0.1.3

Changelog: https://github.com/aesara-devs/aeppl/releases/tag/v0.1.3
This commit is contained in:
Fabian Affolter 2023-03-18 14:35:29 +01:00
parent eeacc13114
commit 45a7944007

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aeppl";
version = "0.1.2";
version = "0.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "aesara-devs";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-SxMuYKnV4VBv38CcAI7NCvHutSEB+coHnw5b1RPEpzY=";
hash = "sha256-IVABUFGOLHexiiQrtXWertddYqGfFEqqWG9+ca10p+U=";
};
propagatedBuildInputs = [