Maximilian Bosch 2020-12-11 19:57:57 +01:00
parent 53301ab31b
commit 4f4b832986
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -16,11 +16,11 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "diffoscope";
version = "161";
version = "163";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-Frk+aVUQhWn/TvlG4zy5+R2z92rFIwO4NPRXYkS0rN4=";
sha256 = "sha256-pCAOMRZ3sn1jhdT5RuIZoMR1e6GEYJYyd4mZt7+0lWE=";
};
outputs = [ "out" "man" ];