python311Packages.gitdb: 4.0.10 -> 4.0.11
This commit is contained in:
parent
34847de9d5
commit
80ed3a195e
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "gitdb";
|
||||
version = "4.0.10";
|
||||
version = "4.0.11";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-brmQtp304VutiZ6oaNxGVyw/dTOXNWY7gd55sG8X65o=";
|
||||
hash = "sha256-v1QhEmE21tCvVbwefBrxw5ejT1t71553bNPol4XCsEs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ smmap ];
|
||||
|
|
Loading…
Reference in a new issue