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 }: 13 buildPythonPackage rec { 14 pname = "exiv2"; 15 - version = "0.17.3"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "jim-easterbrook"; 20 repo = "python-exiv2"; 21 tag = version; 22 - hash = "sha256-6xXdiJZr5ZeGduviIyJiK70KwvhrpKWuaj06XVqVN2g="; 23 }; 24 25 # FAIL: test_localisation (test_types.TestTypesModule.test_localisation)
··· 12 }: 13 buildPythonPackage rec { 14 pname = "exiv2"; 15 + version = "0.17.5"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "jim-easterbrook"; 20 repo = "python-exiv2"; 21 tag = version; 22 + hash = "sha256-MQNovei1Y8EZTF8hEyIWLaL2NbQPCB6FGbVfDHIvNVo="; 23 }; 24 25 # FAIL: test_localisation (test_types.TestTypesModule.test_localisation)