Merge pull request #158277 from r-ryantm/auto-update/diffoscope

diffoscope: 202 -> 203
This commit is contained in:
legendofmiracles 2022-02-06 08:12:47 -05:00 committed by GitHub
commit 690d086b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python3Packages.buildPythonApplication rec {
pname = "diffoscope";
version = "202";
version = "203";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-Cek5C55hCcD+zWGEDsL8Fx2nEJv1Ajy4UELMclysM/M=";
sha256 = "sha256-xDH4Bd87hRnQ0xOeJijeon2RNAnvD3vfpvJgXoAXWAA=";
};
outputs = [ "out" "man" ];