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

diffoscope: 222 -> 223
This commit is contained in:
Mario Rodas 2022-10-01 07:53:32 -05:00 committed by GitHub
commit c153b8104c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = "222";
version = "223";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-2TiDHWPwkAXBHnfQ+1h98F+YvqpxcEmmHXt0EWL3MKY=";
sha256 = "sha256-9QyMTYqaxRnVonVedLDGOgeK9/j39//zkzta9ngcNro=";
};
outputs = [ "out" "man" ];