diffoscope: 177 -> 178

This commit is contained in:
Daniel Fullmer 2021-07-18 16:28:01 -07:00
parent c6c4a3d45a
commit e3e72254d4

View file

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