python3Packages.bytecode: 0.17.0 -> 0.18.1 (#539040)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-13 13:01:52 +00:00
committed by GitHub
@@ -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 ];