Merge pull request #88737 from r-ryantm/auto-update/python2.7-unidiff

python27Packages.unidiff: 0.5.5 -> 0.6.0
This commit is contained in:
Mario Rodas 2020-05-24 09:44:44 -05:00 committed by GitHub
commit 0177ec7c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "unidiff";
version = "0.5.5";
version = "0.6.0";
# PyPI tarball doesn't ship tests
src = fetchFromGitHub {
owner = "matiasb";
repo = "python-unidiff";
rev = "v${version}";
sha256 = "1nvi7s1nn5p7j6aql1nkn2kiadnfby98yla5m3jq8xwsx0aplwdm";
sha256 = "0farwkw0nbb5h4369pq3i6pp4047hav0h88ba55rzz5k7mr25rgi";
};
meta = with lib; {