0
0
Fork 0
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:
Fabian Affolter 2021-09-10 08:12:56 +02:00
parent eac6215607
commit c1aadda3d3

View file

@ -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 = [