Unverified Commit 73a019ca authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.itemdb: 1.2.0 -> 1.3.0

This commit was automatically generated using update-python-libraries.
parent adbb3e3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildPythonPackage rec {
  pname = "itemdb";
  version = "1.2.0";
  version = "1.3.0";
  format = "setuptools";

  # PyPI tarball doesn't include tests directory
@@ -14,7 +14,7 @@ buildPythonPackage rec {
    owner = "almarklein";
    repo = "itemdb";
    tag = "v${version}";
    sha256 = "sha256-egxQ1tGC6R5p1stYm4r05+b2HkuT+nBySTZPGqeAbSE=";
    sha256 = "sha256-HXdOERq2td6CME8zWN0DRVkSlmdqTg2po7aJrOuITHE=";
  };

  meta = with lib; {