python3Packages.dulwich: 0.22.1 -> 0.22.5

This commit is contained in:
Luke Granger-Brown 2024-11-11 20:54:35 +00:00
parent 71091397cc
commit 8a01636d81

View File

@ -20,7 +20,7 @@
}:
buildPythonPackage rec {
version = "0.22.1";
version = "0.22.5";
pname = "dulwich";
format = "setuptools";
@ -30,17 +30,9 @@ buildPythonPackage rec {
owner = "jelmer";
repo = "dulwich";
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 = [
setuptools
setuptools-rust