python312Packages.exiv2: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm 2024-09-19 18:21:22 +00:00
parent 4f91815a07
commit e60f5b7b0a

View File

@ -12,14 +12,14 @@
}:
buildPythonPackage rec {
pname = "exiv2";
version = "0.17.0";
version = "0.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jim-easterbrook";
repo = "python-exiv2";
rev = "refs/tags/${version}";
hash = "sha256-nPSspQPq0y2Vg2S+iwQ1E+TdaOJ9aJN3eeXRrcDzdsM=";
hash = "sha256-AXBhCe7AvhQkGZaLMTGExwgUYQGdRkk14Rtceugexag=";
};
# FAIL: test_localisation (test_types.TestTypesModule.test_localisation)