diff options
| author | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2024-04-04 08:25:51 +0200 |
|---|---|---|
| committer | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2024-04-04 08:25:51 +0200 |
| commit | 537d34da58a8b3e0a6e8ae7c71f257b8890ab53e (patch) | |
| tree | 302dfa3ec5763dbbbf5c0d42ec736d4e57fa08b1 /pkgs/development/python-modules/gitpython | |
| parent | f126a02f2f68cad8e99ab37cd030105ee8189106 (diff) | |
| parent | e52ada4e6beea931c244bf8cc4a75d8a07d62373 (diff) | |
Merge branch 'master' into technitium-dns-server-module
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 = [ |
