python312Packages.asteval: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2024-08-02 04:04:47 +00:00
parent 3262d00136
commit dd3d68af7c

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asteval";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "lmfit";
repo = "asteval";
rev = "refs/tags/${version}";
hash = "sha256-Ee7EAcSfLmo9ijm4oa3nEVPoz1pgLx4ozbSXBW3kRPw=";
hash = "sha256-TIMyfX8bpzey0hw0lBMcdZVnc07j9PFVjn4YbX4oW/8=";
};
postPatch = ''