1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-25 10:36:36 +03:00

python.pkgs.GitPython: 3.0.5 -> 3.1.0

This commit is contained in:
Timo Kaufmann 2020-03-14 17:02:40 +01:00 committed by Jon
parent 6db65f8d02
commit 8eacb87061

View file

@ -1,13 +1,13 @@
{ lib, buildPythonPackage, fetchPypi, isPy27, substituteAll, git, gitdb, mock, nose, ddt }: { lib, buildPythonPackage, fetchPypi, isPy27, substituteAll, git, gitdb, mock, nose, ddt }:
buildPythonPackage rec { buildPythonPackage rec {
version = "3.0.5"; version = "3.1.0";
pname = "GitPython"; pname = "GitPython";
disabled = isPy27; # no longer supported disabled = isPy27; # no longer supported
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42"; sha256 = "1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4";
}; };
patches = [ patches = [