mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.GitPython: 3.1.20 -> 3.1.23
This commit is contained in:
parent
eac6215607
commit
c1aadda3d3
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gitpython";
|
pname = "gitpython";
|
||||||
version = "3.1.20";
|
version = "3.1.23";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gitpython-developers";
|
owner = "gitpython-developers";
|
||||||
repo = "GitPython";
|
repo = "GitPython";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1ygrxn8br2ff87j02ibijxzxa0ax9lgjdviwddslqxiarfggik9h";
|
sha256 = "sha256-1+jMg5pOrYJBgv/q9FFnR5Ujc8pwEPZHfLssNnt8nmA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue