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

diffoscope: 216 -> 217
This commit is contained in:
Mario Rodas
2022-06-24 21:28:59 -05:00
committed by GitHub
+2 -2
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 = "216";
version = "217";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-KSmC2mNNzsC2H5xOOQ/3gODsSvFQD95XGtrzbDud0W0=";
sha256 = "sha256-JS6lzxOsE3K4gH3VHsRY5Iucq5PBH3jFD5lSmNZWEG4=";
};
outputs = [ "out" "man" ];