python3Packages.bytecode: 0.17.0 -> 0.18.1

Also switch to the git repo also referenced in
https://pypi.org/project/bytecode/
This commit is contained in:
Arnout Engelen
2026-07-06 20:48:12 +02:00
parent d407951447
commit 5e5e22b4e8

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "bytecode";
version = "0.17.0";
version = "0.18.1";
pyproject = true;
src = fetchFromGitHub {
owner = "vstinner";
owner = "MatthieuDartiailh";
repo = "bytecode";
tag = version;
hash = "sha256-AocS5Z4WkHTR+nO5/4B7oV/fb/ASG0aGrG/722Ioup0=";
hash = "sha256-hjPjF7xC7v2dZ6espAcru2sb7/6AEb3D1MYO0ekzJds=";
};
nativeBuildInputs = [ setuptools-scm ];