python310Packages.asteval: 0.9.30 -> 0.9.31

This commit is contained in:
R. Ryantm 2023-07-18 22:15:38 +00:00
parent f0e4cf997f
commit 2dd80af40e

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "asteval";
version = "0.9.30";
version = "0.9.31";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "newville";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vKPMA8yiTNQPYehDVo6mleOv82ZNxHgi8P/HIOZb9/o=";
hash = "sha256-XIRDm/loZOOPQ7UO/XAo86TzhtHHRrnWFU7MNI4f1vM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;