python310Packages.GitPython: 3.1.25 -> 3.1.27

main
Fabian Affolter 2 years ago committed by Jonathan Ringer
parent 774f693066
commit 04b30697ed
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 4
      pkgs/development/python-modules/GitPython/default.nix

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "gitpython";
version = "3.1.25";
version = "3.1.27";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "gitpython-developers";
repo = "GitPython";
rev = version;
sha256 = "sha256-ienc7zvLe6t8rkMtC6wVIewUqQBFdFbLc8iPT6aPVrE=";
sha256 = "sha256-RA+6JFXHUQoXGErV8+aYuJPsfXzNSZK3kTm6eMbQIss=";
};
patches = [

Loading…
Cancel
Save