Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-02 00:21:46 +00:00
committed by GitHub
37 changed files with 314 additions and 170 deletions
+4 -2
View File
@@ -16,11 +16,11 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "diffoscope";
version = "166";
version = "171";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-6VhHG3MxmIczolOYqU4D1m00h8w2n0ku4dy/dFEYqk0=";
sha256 = "sha256-8PUFKwSWf84ics4w9yrCWMYgzzNF5z1kNn7LnksfCtA=";
};
outputs = [ "out" "man" ];
@@ -70,6 +70,8 @@ python3Packages.buildPythonApplication rec {
disabledTests = [
"test_android_manifest"
"test_sbin_added_to_path"
"test_diff_meta"
"test_diff_meta2"
];
meta = with lib; {