Skip to content

Commit

Permalink
python312Packages.exiv2: 0.17.0 -> 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 19, 2024
1 parent 4f91815 commit e60f5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/exiv2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e60f5b7

Please sign in to comment.