Merge pull request #331668 from r-ryantm/auto-update/python312Packages.asteval

python312Packages.asteval: 1.0.1 -> 1.0.2
This commit is contained in:
Nick Cao 2024-08-02 15:11:47 -04:00 committed by GitHub
commit 67cb36141b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''