b4: 0.8.0 -> 0.10.1; adopt

+4 -3
+4 -3
pkgs/development/tools/b4/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "b4"; 5 - version = "0.8.0"; 5 + version = "0.10.1"; 6 6 7 7 src = python3Packages.fetchPypi { 8 8 inherit pname version; 9 - sha256 = "sha256-fVHW27KIBT/GQ7hOx67qpVlOHLjHwdQcYl2XgCPTvoQ="; 9 + sha256 = "zESWjmKz4DaiGg1VmbDlouTNm71YqIr1y9MCev72tEQ="; 10 10 }; 11 11 12 12 # tests make dns requests and fails ··· 17 17 dnspython 18 18 dkimpy 19 19 patatt 20 + git-filter-repo 20 21 ]; 21 22 22 23 meta = with lib; { 23 24 homepage = "https://git.kernel.org/pub/scm/utils/b4/b4.git/about"; 24 25 license = licenses.gpl2Only; 25 26 description = "A helper utility to work with patches made available via a public-inbox archive"; 26 - maintainers = with maintainers; [ jb55 ]; 27 + maintainers = with maintainers; [ jb55 qyliss ]; 27 28 }; 28 29 }