python312Packages.asteval: 0.9.31 -> 0.9.32

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

Changelog: https://github.com/lmfit/asteval/releases/tag/0.9.32
This commit is contained in:
Fabian Affolter 2024-04-20 12:25:26 +02:00
parent f35531bc9e
commit db1732a6af
1 changed files with 3 additions and 3 deletions

View File

@ -8,16 +8,16 @@
buildPythonPackage rec {
pname = "asteval";
version = "0.9.31";
version = "0.9.32";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "lmfit";
repo = "asteval";
rev = "refs/tags/${version}";
hash = "sha256-XIRDm/loZOOPQ7UO/XAo86TzhtHHRrnWFU7MNI4f1vM=";
hash = "sha256-3eML5lEKEUlp3Fwdgvk31an83x8no5ichskKvzYJDsE=";
};
postPatch = ''