python3Packages.exiv2: 0.17.3 -> 0.17.5 (#442071)

authored by Nick Cao and committed by GitHub 9fb90e29 38ba6445

+2 -2
+2 -2
pkgs/development/python-modules/exiv2/default.nix
··· 12 12 }: 13 13 buildPythonPackage rec { 14 14 pname = "exiv2"; 15 - version = "0.17.3"; 15 + version = "0.17.5"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "jim-easterbrook"; 20 20 repo = "python-exiv2"; 21 21 tag = version; 22 - hash = "sha256-6xXdiJZr5ZeGduviIyJiK70KwvhrpKWuaj06XVqVN2g="; 22 + hash = "sha256-MQNovei1Y8EZTF8hEyIWLaL2NbQPCB6FGbVfDHIvNVo="; 23 23 }; 24 24 25 25 # FAIL: test_localisation (test_types.TestTypesModule.test_localisation)