python313Packages.asteval: 1.0.7 -> 1.0.8

Diff: https://github.com/lmfit/asteval/compare/1.0.7...1.0.8

Changelog: https://github.com/lmfit/asteval/releases/tag/1.0.8
This commit is contained in:
Fabian Affolter
2025-12-19 09:48:15 +01:00
parent 02b40e42ce
commit 910138b43c
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "asteval";
version = "1.0.7";
version = "1.0.8";
pyproject = true;
src = fetchFromGitHub {
owner = "lmfit";
repo = "asteval";
tag = version;
hash = "sha256-c+gVT947IpJC2gn1SWVth0ScOBh34m89dpgR5AikOHk=";
hash = "sha256-qENmfqWaKhNKMTTYg2QrhL1eqhda8dUOP8b0Wcq4Ats=";
};
build-system = [ setuptools-scm ];