python310Packages.cexprtk: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2023-05-11 04:12:26 +00:00
parent c1052699c0
commit d8dc9d4549

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 ];