b4: 0.8.0 -> 0.10.1; adopt

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