summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorBirk <birkb@users.noreply.github.com>2024-02-02 13:15:36 +0000
committerGitHub <noreply@github.com>2024-02-02 13:15:36 +0000
commitf028f74d62f56aec1dc75642911876327e992bac (patch)
tree3ab66cd0d4a269f61131d1f9164143d135ca1699 /pkgs/development/python-modules/gitpython
parentd586d4dcef6fd29b0d77c22b00887178a49091fb (diff)
parent1892fc5dc61828f59ae145ad2c751ca1fc94d988 (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 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 = [