python312Packages.asteval: 1.0.0 -> 1.0.1

Diff: https://github.com/lmfit/asteval/compare/refs/tags/1.0.0...1.0.1

Changelog: https://github.com/lmfit/asteval/releases/tag/1.0.1
This commit is contained in:
Fabian Affolter 2024-07-12 16:19:37 +02:00
parent 467af33a48
commit 5cf93f8e5e

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asteval";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "lmfit";
repo = "asteval";
rev = "refs/tags/${version}";
hash = "sha256-2Oj/3tMDC5s4OouSarAJo3TCwBOCY3DYjAZk3TcV9CQ=";
hash = "sha256-Ee7EAcSfLmo9ijm4oa3nEVPoz1pgLx4ozbSXBW3kRPw=";
};
postPatch = ''