dulwich: 0.22.1 -> 0.22.5
This commit is contained in:
parent
6eac2e2d20
commit
b27583fad2
1 changed files with 2 additions and 10 deletions
|
@ -20,7 +20,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.22.1";
|
version = "0.22.5";
|
||||||
pname = "dulwich";
|
pname = "dulwich";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
|
@ -30,17 +30,9 @@ buildPythonPackage rec {
|
||||||
owner = "jelmer";
|
owner = "jelmer";
|
||||||
repo = "dulwich";
|
repo = "dulwich";
|
||||||
rev = "refs/tags/dulwich-${version}";
|
rev = "refs/tags/dulwich-${version}";
|
||||||
hash = "sha256-bf3ZUMX4afpdTBpFnx0HMyzCNG6V/p4eOl36djxGbtk=";
|
hash = "sha256-/YqC7y8PU+H2qjPqqzdw6iSSSElK709izLTcs9qbt1I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch2 {
|
|
||||||
name = "dulwich-geventhttpclient-api-breakage.patch";
|
|
||||||
url = "https://github.com/jelmer/dulwich/commit/5f0497de9c37ac4f4e8f27bed8decce13765d3df.patch";
|
|
||||||
hash = "sha256-0GgDgmYuLCsMc9nRRLNL2W6WYrkZ/1ZnZBQusEAzLKI=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
setuptools-rust
|
setuptools-rust
|
||||||
|
|
Loading…
Reference in a new issue