nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.itemdb: 1.2.0 -> 1.3.0

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/itemdb/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "itemdb"; 9 - version = "1.2.0"; 9 + version = "1.3.0"; 10 10 format = "setuptools"; 11 11 12 12 # PyPI tarball doesn't include tests directory ··· 14 14 owner = "almarklein"; 15 15 repo = "itemdb"; 16 16 tag = "v${version}"; 17 - sha256 = "sha256-egxQ1tGC6R5p1stYm4r05+b2HkuT+nBySTZPGqeAbSE="; 17 + sha256 = "sha256-HXdOERq2td6CME8zWN0DRVkSlmdqTg2po7aJrOuITHE="; 18 18 }; 19 19 20 20 meta = with lib; {