Skip to content

Commit 8a01636

Browse files
committed
python3Packages.dulwich: 0.22.1 -> 0.22.5
1 parent 7109139 commit 8a01636

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pkgs/development/python-modules/dulwich/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}:
2121

2222
buildPythonPackage rec {
23-
version = "0.22.1";
23+
version = "0.22.5";
2424
pname = "dulwich";
2525
format = "setuptools";
2626

@@ -30,17 +30,9 @@ buildPythonPackage rec {
3030
owner = "jelmer";
3131
repo = "dulwich";
3232
rev = "refs/tags/dulwich-${version}";
33-
hash = "sha256-bf3ZUMX4afpdTBpFnx0HMyzCNG6V/p4eOl36djxGbtk=";
33+
hash = "sha256-/YqC7y8PU+H2qjPqqzdw6iSSSElK709izLTcs9qbt1I=";
3434
};
3535

36-
patches = [
37-
(fetchpatch2 {
38-
name = "dulwich-geventhttpclient-api-breakage.patch";
39-
url = "https://github.com/jelmer/dulwich/commit/5f0497de9c37ac4f4e8f27bed8decce13765d3df.patch";
40-
hash = "sha256-0GgDgmYuLCsMc9nRRLNL2W6WYrkZ/1ZnZBQusEAzLKI=";
41-
})
42-
];
43-
4436
build-system = [
4537
setuptools
4638
setuptools-rust

0 commit comments

Comments
 (0)