Merge pull request #114591 from fabaff/bump-asteval

python3Packages.asteval: 0.9.22 -> 0.9.23
This commit is contained in:
Sandro
2021-02-28 18:37:41 +01:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "asteval";
version = "0.9.22";
version = "0.9.23";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "newville";
repo = pname;
rev = version;
sha256 = "sha256-93IBv6beYE/VTKJCWUbA1QTRdmQdn2kg35KBw6kmDis=";
sha256 = "sha256-9Zxb2EzB6nxDQHdlryFiwyNW+76VvysLUB78bXKzfv0=";
};
checkInputs = [ pytestCheckHook ];