mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
b4: 0.8.0 -> 0.10.1; adopt
This commit is contained in:
parent
bd9cdb02de
commit
b3a4414dd4
@ -2,11 +2,11 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "b4";
|
||||
version = "0.8.0";
|
||||
version = "0.10.1";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-fVHW27KIBT/GQ7hOx67qpVlOHLjHwdQcYl2XgCPTvoQ=";
|
||||
sha256 = "zESWjmKz4DaiGg1VmbDlouTNm71YqIr1y9MCev72tEQ=";
|
||||
};
|
||||
|
||||
# tests make dns requests and fails
|
||||
@ -17,12 +17,13 @@ python3Packages.buildPythonApplication rec {
|
||||
dnspython
|
||||
dkimpy
|
||||
patatt
|
||||
git-filter-repo
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://git.kernel.org/pub/scm/utils/b4/b4.git/about";
|
||||
license = licenses.gpl2Only;
|
||||
description = "A helper utility to work with patches made available via a public-inbox archive";
|
||||
maintainers = with maintainers; [ jb55 ];
|
||||
maintainers = with maintainers; [ jb55 qyliss ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user