python3Packages.asttokens: 2.4.0 -> 2.4.1

This commit is contained in:
Martin Weinelt
2023-12-20 20:17:40 +01:00
parent eb2d2e4de1
commit ca74de2826
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "asttokens";
version = "2.4.0";
version = "2.4.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-LgFxuZGyyVmsxsSTGASSNoRKXaHWW6JnLEiAwciUg04=";
hash = "sha256-sDhpcYuppusCfhNL/fafOKI21oHIPBYNUQdorxElS6A=";
};
nativeBuildInputs = [