python312Packages.asteval: 0.9.32 -> 0.9.33

Diff: https://github.com/lmfit/asteval/compare/refs/tags/0.9.32...0.9.33

Changelog: https://github.com/lmfit/asteval/releases/tag/0.9.33
This commit is contained in:
Fabian Affolter 2024-05-24 10:45:21 +02:00
parent 61daad16ad
commit 0a5686ddce

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asteval";
version = "0.9.32";
version = "0.9.33";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "lmfit";
repo = "asteval";
rev = "refs/tags/${version}";
hash = "sha256-3eML5lEKEUlp3Fwdgvk31an83x8no5ichskKvzYJDsE=";
hash = "sha256-j07HH84cn2AA5DyMcM7sXiBubCjZP67RJXVcErMPyBk=";
};
postPatch = ''