diff --git a/pkgs/development/python-modules/exiv2/default.nix b/pkgs/development/python-modules/exiv2/default.nix index 0ca80a01bb97..ed6a44328ada 100644 --- a/pkgs/development/python-modules/exiv2/default.nix +++ b/pkgs/development/python-modules/exiv2/default.nix @@ -12,14 +12,14 @@ }: buildPythonPackage rec { pname = "exiv2"; - version = "0.17.2"; + version = "0.17.3"; pyproject = true; src = fetchFromGitHub { owner = "jim-easterbrook"; repo = "python-exiv2"; tag = version; - hash = "sha256-OWy/LPfeji5/lJ5itLcAUE6Q1hR1EHGwkABvLQk+LYM="; + hash = "sha256-6xXdiJZr5ZeGduviIyJiK70KwvhrpKWuaj06XVqVN2g="; }; # FAIL: test_localisation (test_types.TestTypesModule.test_localisation)