summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-03-21 09:21:35 +0100
committerVladimír Čunát <v@cunat.cz>2024-03-21 09:21:50 +0100
commitf373ad52f1fa4187abeb7d1ce1056314bcbc9980 (patch)
treedcb787fdf37f273ed3df8e74a8032fc92d780120 /pkgs/development/python-modules/gitpython
parent2015f3cc71627e56ba3872e640de267d1723758b (diff)
parent37550e3dfaccce9cb02e6cb48d9d2c58b372d938 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/gitpython')
-rw-r--r--pkgs/development/python-modules/gitpython/default.nix4
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 = [