Merge pull request #125706 from baloo/baloo/diffoscope/177

diffoscope: 176 -> 177
This commit is contained in:
Maximilian Bosch 2021-06-04 21:08:49 +02:00 committed by GitHub
commit f9168ac269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "diffoscope";
version = "176";
version = "177";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-Hr3GNgpvKCLs+HA8QLOewh5nz9npZr5MZ65wRrat7l0=";
sha256 = "sha256-yTOaDhAKtMhQYxolALnuc7FuXoMUOhjmsabtS1FeW/Q=";
};
outputs = [ "out" "man" ];