mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
b4: 0.12.2 -> 0.12.3
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
a8ee5b22ae
commit
8068ee76a2
@ -2,11 +2,11 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "b4";
|
||||
version = "0.12.2";
|
||||
version = "0.12.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "tvSv14v3iigFWzifCQl5Kxx4Bfs1V/XXHvvaNoKqvm4=";
|
||||
hash = "sha256-tk4VBvSnHE6VnUAa3QYCqFLQbsHTJ6Bfqwa1wKEC6mI=";
|
||||
};
|
||||
|
||||
# tests make dns requests and fails
|
||||
@ -24,6 +24,7 @@ python3Packages.buildPythonApplication rec {
|
||||
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 qyliss ];
|
||||
mainProgram = "b4";
|
||||
maintainers = with maintainers; [ jb55 qyliss mfrw ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user