3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #148296 from Ma27/bump-diffoscope

diffoscope: 192 -> 194
This commit is contained in:
Maximilian Bosch 2021-12-02 20:28:35 +01:00 committed by GitHub
commit d3a2719fe8
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 = "192";
version = "194";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-ZaSE1yYznZIQV7yKyeBlqQzkgUn3CoadZY2fDA1/SnE=";
sha256 = "sha256-9JU8srcn7UMdMPAdQlpDzr/Ife5joGJTTqJIN1IJGLk=";
};
outputs = [ "out" "man" ];