python312Packages.exiv2: 0.17.2 -> 0.17.3

This commit is contained in:
R. Ryantm
2025-02-27 02:33:10 +00:00
parent 21931cc8f7
commit 86f094602a
@@ -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)