2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-16 18:53:17 +00:00

python310Packages.asttokens: 2.0.8 -> 2.1.0

This commit is contained in:
Theodore Ni 2022-11-16 18:55:52 -08:00
parent 71b2a1bf4b
commit b9b269f6e6
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -9,11 +9,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "asttokens"; pname = "asttokens";
version = "2.0.8"; version = "2.1.0";
format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-xh4WJG7Pss3ilYQGtMjrwEPJ5tc6qoPJQWc7NeXTp2s="; hash = "sha256-SqdkAaFRyMxXLZBqrXrqKoQXgINKGdeA9DIcD+G1RjU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [