mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-05 15:22:36 +03:00
python310Packages.GitPython: 3.1.25 -> 3.1.27
This commit is contained in:
parent
774f693066
commit
04b30697ed
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gitpython";
|
pname = "gitpython";
|
||||||
version = "3.1.25";
|
version = "3.1.27";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gitpython-developers";
|
owner = "gitpython-developers";
|
||||||
repo = "GitPython";
|
repo = "GitPython";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ienc7zvLe6t8rkMtC6wVIewUqQBFdFbLc8iPT6aPVrE=";
|
sha256 = "sha256-RA+6JFXHUQoXGErV8+aYuJPsfXzNSZK3kTm6eMbQIss=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue