python37Packages.emoji: 0.5.2 -> 0.5.3

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-emoji/versions
This commit is contained in:
R. RyanTM 2019-08-05 06:02:16 -07:00
parent 53328909da
commit 3619512b37

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "emoji";
version = "0.5.2";
version = "0.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "9ae01495fc3fcc04e9136ca1af8cae58726ec5dfaaa92f61f0732cbae9a12fa9";
sha256 = "0kn6qq1h0d6cg70wk0hji6bcwg5s18ys6gfmlmfmx8420ka150dn";
};
checkInputs = [ nose ];