Skip to content

Commit

Permalink
python3Packages.dulwich: 0.22.1 -> 0.22.5 (NixOS#355275)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Nov 13, 2024
2 parents 2cb29c5 + 8a01636 commit c9eccad
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/development/python-modules/dulwich/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}:

buildPythonPackage rec {
version = "0.22.1";
version = "0.22.5";
pname = "dulwich";
format = "setuptools";

Expand All @@ -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
Expand Down

0 comments on commit c9eccad

Please sign in to comment.