python311Packages.exif: 1.3.5 -> 1.6.0

Diff: https://gitlab.com/TNThieding/exif/-/compare/v1.3.5...v1.6.0
This commit is contained in:
Fabian Affolter 2023-05-18 21:13:12 +02:00
parent 3e014434a7
commit 8c3476dfdf

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "exif";
version = "1.3.5";
version = "1.6.0";
disabled = !isPy3k;
src = fetchFromGitLab {
owner = "TNThieding";
repo = "exif";
rev = "v${version}";
hash = "sha256-XSORawioXo8oPVZ3Jnxqa6GFIxnQZMT0vJitdmpBj0E=";
hash = "sha256-uiHL3m0C6+YnAHRLwzMCSzffrQsSyVcuem6FBtTLxek=";
};
propagatedBuildInputs = [ plum-py ];