Skip to content

Commit

Permalink
python312Packages.exiv2: 0.17.0 -> 0.17.1 (NixOS#343090)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 20, 2024
2 parents 3f1b89f + e60f5b7 commit c29eb0e
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 c29eb0e

Please sign in to comment.