Merge pull request #231218 from r-ryantm/auto-update/python310Packages.cexprtk

python310Packages.cexprtk: 0.4.0 -> 0.4.1
This commit is contained in:
Jonas Heinrich 2023-05-11 09:31:56 +02:00 committed by GitHub
commit e28f06f210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "cexprtk";
version = "0.4.0";
version = "0.4.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-c7QXB+oXzkRveiPpNrW/HY8pMtpZx/RtDpJMVE7fY/A=";
hash = "sha256-QhftIybufVPO/YbLFycR4qYEAtQMcRPP5jKS6o6dFZg=";
};
nativeCheckInputs = [ pytestCheckHook ];