summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorBirk <birkb@users.noreply.github.com>2024-03-23 15:11:41 +0000
committerGitHub <noreply@github.com>2024-03-23 15:11:41 +0000
commit6ed0323361dbd5fe508f6687ea6d346f05fa88b8 (patch)
tree251dca33fba937da32dc7087425498ec0b40a9c0 /pkgs/development/python-modules/gitpython
parentc3a3dcb418bf2fb1c44204fe5005c90e6e92dfc1 (diff)
parentf45c6f321785cb263b6ab3fa282d8ed557c72a47 (diff)
Merge branch 'master' into drbd-kernel-module
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 = [