python310Packages.asteval: 0.9.28 -> 0.9.29

Diff: https://github.com/newville/asteval/compare/refs/tags/0.9.28...0.9.29
This commit is contained in:
Fabian Affolter
2023-02-12 01:35:09 +01:00
parent 845ef45e70
commit 92321a7249
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "asteval";
version = "0.9.28";
version = "0.9.29";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "newville";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-J35AqVSFpIsw0XThbLCJjS9NFRFeyYV/YrwdfcOrFhk=";
hash = "sha256-cJIrb0lo/FmeyZd8L6nlCEt6MP7Fdv3rr5C6xvplN6c=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;