summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitpython
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-12 23:07:01 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-12 23:07:01 +0100
commit5342b695b1dc73eacc12321138845ab1153d646d (patch)
tree01afd606c2dec5f26ba21c639f112d87ee18de60 /pkgs/development/python-modules/gitpython
parent0defa75371d1e0e87b5966334f8fce58aff98c59 (diff)
parentda93de31ffcd986f36647488251878966cc78cd9 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
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 e577a1e508a4..e5a98bb27d22 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.29";
+ version = "3.1.30";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gitpython-developers";
repo = "GitPython";
rev = version;
- hash = "sha256-RNDBoGWnkirPZjxn5oqH3zwYqVFLedNrSRpZOHU0j+w=";
+ hash = "sha256-odtYBQLscncdC+NbDC9D84QQveDoimkQ6RzUQLJgizI=";
};
propagatedBuildInputs = [