File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
pkgs/development/python-modules/dulwich Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 2020} :
2121
2222buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments