mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-17 06:09:02 +00:00
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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user