diff options
| author | ethnh <ethanhindmarsh04@gmail.com> | 2024-03-28 00:34:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 00:34:55 -0500 |
| commit | 76f721221094831c98c16fb1b23db02cdd7b6ef2 (patch) | |
| tree | f761fbbd64acf4c54d51b14d40ccb1cec8fd9a6b /pkgs/development/python-modules/gitpython | |
| parent | 86cc8539732f9f8a98ad6f6e8d2f7e225c72b283 (diff) | |
| parent | e0188a425eb0b221701e56a5e7b028713ffc7b62 (diff) | |
Merge branch 'NixOS:master' into master
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 50afd5ea4aa8..d76d0366c461 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.40"; + version = "3.1.42"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-a5Ez6SuSqrJE306FrFjEnSoVhALVvubF1pLW4awK4gM="; + hash = "sha256-qpADumkfm8DHNlB2JeH/7sYrJqtYdFLv5YQAV0q5//s="; }; propagatedBuildInputs = [ |
