Merge pull request #41870 from dtzWill/update/diffoscope-95

diffoscope: 91 -> 95
This commit is contained in:
Jörg Thalheim 2018-06-12 10:40:15 +01:00 committed by GitHub
commit 447ae89dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec {
name = "diffoscope-${version}";
version = "91";
version = "95";
src = fetchgit {
url = "https://anonscm.debian.org/git/reproducible/diffoscope.git";
rev = "refs/tags/${version}";
sha256 = "16xqy71115cj4kws6bkcjm98nlaff3a32fz82rn2l1xk9w9n3dnz";
sha256 = "1x06krs3lp41x5w2l8ck8g47il3qzlclyphw9a2wv71sqkb5zxzi";
};
patches = [