python3Packages.asttokens: 3.0.1 -> 3.0.2

https://github.com/gristlabs/asttokens/releases/tag/v3.0.2
This commit is contained in:
Martin Weinelt
2026-07-13 02:24:19 +02:00
parent 2cceec4904
commit f2cdf6e6a0

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "asttokens";
version = "3.0.1";
version = "3.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "gristlabs";
repo = "asttokens";
tag = "v${version}";
hash = "sha256-1qkkNpjX89TmGD0z0KA2y+UbiHuEOaXzZ6hs9nw7EeM=";
hash = "sha256-qdjfhcU1Of07hEY9HZ8qUofPoYBixE4RnIohYMQWsqU=";
};
build-system = [ setuptools-scm ];