python37Packages.yattag: 1.11.2 -> 1.12.2

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-yattag/versions
This commit is contained in:
R. RyanTM 2019-08-05 13:48:21 -07:00
parent 53328909da
commit 5d556c8b94

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "yattag";
version = "1.11.2";
version = "1.12.2";
src = fetchPypi {
inherit pname version;
sha256 = "0grf7hskbxfxj60qmd44xiwmr9mzmi09inilvhykw28m0c84s8fp";
sha256 = "1g0zhf09vs8cq0l5lx10dnqpimvg5mzh9k0z12n6nnfsw11cila7";
};
meta = with lib; {