python313Packages.asteval: 1.0.5 -> 1.0.6

Diff: https://github.com/lmfit/asteval/compare/refs/tags/1.0.5...1.0.6

Changelog: https://github.com/lmfit/asteval/releases/tag/1.0.6
This commit is contained in:
Fabian Affolter
2025-01-20 23:54:13 +01:00
parent 4a75ef3d71
commit 2c5a39abee
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asteval";
version = "1.0.5";
version = "1.0.6";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "lmfit";
repo = "asteval";
tag = version;
hash = "sha256-PRmTbP3zRnkCxdeb45LBz5m/Ymoi4lq2poKuG9Esg9g=";
hash = "sha256-DzLVe8TlWAPQXzai9CJlDAow6UTSmkA/DW3fT30YfZY=";
};
postPatch = ''