diff options
| author | Jörg Thalheim <Mic92@users.noreply.github.com> | 2024-03-06 20:26:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 20:26:06 +0100 |
| commit | 39ac57b7c57412f660beb0df6765bd84b7b2bbb5 (patch) | |
| tree | 2d24f5c79c31183c60395cf7c736d5a1ce03eeb9 /pkgs/development/python-modules/gitpython | |
| parent | 88c08be88ffd6266451c3a547122aa55f31a2576 (diff) | |
| parent | 557b9754bcad48f9365fef304abce7ecfae23442 (diff) | |
Merge branch 'master' into license-updates
Diffstat (limited to 'pkgs/development/python-modules/gitpython')
| -rw-r--r-- | pkgs/development/python-modules/gitpython/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index 43925e357a90..50afd5ea4aa8 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "gitpython"; - version = "3.1.37"; + version = "3.1.40"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig="; + hash = "sha256-a5Ez6SuSqrJE306FrFjEnSoVhALVvubF1pLW4awK4gM="; }; propagatedBuildInputs = [ |
