mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pydriller: 2.9 -> 2.10 (#537688)
This commit is contained in:
commit
2bb3ae24dc
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pydriller";
|
pname = "pydriller";
|
||||||
version = "2.9";
|
version = "2.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = true;
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
owner = "ishepard";
|
owner = "ishepard";
|
||||||
repo = "pydriller";
|
repo = "pydriller";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-Al81olowYgN/8xIh6ForQHibgy4qy5ivh7YJGm+lGIE=";
|
hash = "sha256-Ooyn0Fjtz4J+BM+/LfknvRHTxnqDBxXVH4V9eNcDSTE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue