summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-05-09 12:01:42 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-05-11 22:12:09 +0200
commit36c98565df038d96f30d904c62f57f42f408d254 (patch)
treec1667cede949cd6beaacdfa57b75a40c7808a2f2 /pkgs/development/python-modules/GitPython
parentpython: mock: 3.0.5 -> 4.0.2 (diff)
downloadnixpkgs-36c98565df038d96f30d904c62f57f42f408d254.tar.gz
python3Packages.GitPython: 3.1.0 -> 3.1.2
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 b15b5ebf3441..b5ffacae2964 100644
--- a/pkgs/development/python-modules/GitPython/default.nix
+++ b/pkgs/development/python-modules/GitPython/default.nix
@@ -1,13 +1,13 @@
{ lib, buildPythonPackage, fetchPypi, isPy27, substituteAll, git, gitdb, mock, nose, ddt }:
buildPythonPackage rec {
- version = "3.1.0";
+ version = "3.1.2";
pname = "GitPython";
disabled = isPy27; # no longer supported
src = fetchPypi {
inherit pname version;
- sha256 = "1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4";
+ sha256 = "864a47472548f3ba716ca202e034c1900f197c0fb3a08f641c20c3cafd15ed94";
};
patches = [