Skip to content

Commit

Permalink
python37Packages.py3exiv2: 0.4.0 -> 0.5.0 (#55193)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-py3exiv2/versions
  • Loading branch information
r-ryantm authored and xeji committed Feb 25, 2019
1 parent 33636d6 commit d73ef83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/py3exiv2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

buildPythonPackage rec {
pname = "py3exiv2";
version = "0.4.0";
version = "0.5.0";
disabled = !(isPy3k);

src = fetchPypi {
inherit pname version;
sha256 = "4042492db49efbdfc53e0afa89509695826b3fb74fb52444ed04f64c229a65f5";
sha256 = "09mv7hcczayzjbd4dsrph16ab21slaiamgph9lwr1kjdw7ri5cpg";
};

buildInputs = [ exiv2 boost ];
Expand Down

0 comments on commit d73ef83

Please sign in to comment.