Merge pull request #102845 from r-ryantm/auto-update/python2.7-ExifRead

python27Packages.exifread: 2.3.1 -> 2.3.2
This commit is contained in:
Mario Rodas 2020-11-04 22:05:57 -05:00 committed by GitHub
commit 0362bfa1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "ExifRead";
version = "2.3.1";
version = "2.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "269ff3a8eab8e082734a076182cce6fb126116619c0b7c2009bea34502cca213";
sha256 = "a0f74af5040168d3883bbc980efe26d06c89f026dc86ba28eb34107662d51766";
};
meta = with stdenv.lib; {