Merge pull request #144868 from Ma27/bump-diffoscope

diffoscope: 188 -> 190
This commit is contained in:
Maximilian Bosch 2021-11-06 23:37:17 +01:00 committed by GitHub
commit eefcf9e956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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