3
0
Fork 0
forked from mirrors/nixpkgs

diffoscope: 131 -> 133

This commit is contained in:
R. RyanTM 2019-12-22 22:28:33 -08:00
parent f79e10061f
commit aba080b5bc

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 = "131";
version = "133";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "1lqzm523pzxqj6xfm00z61d263w714d90sn6rfyh2npb8q95gfdn";
sha256 = "15hi2fwcx3sf189rmxpyah0amq1a49wgp1ynhvwij5qj13wib2q8";
};
patches = [