python37Packages.Yapsy: 1.12.0 -> 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-yapsy/versions
This commit is contained in:
R. RyanTM 2019-08-05 15:06:23 -07:00
parent 53328909da
commit 5c654f2ce5

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "Yapsy";
version = "1.12.0";
version = "1.12.2";
src = fetchPypi {
inherit pname version;
sha256 = "0g1yd8nvhfdasckb929rijmj040x25ycns2b3l5wq53gm4lv537h";
sha256 = "12rznbnswfw0w7qfbvmmffr9r317gl1rqg36nijwzsklkjgks4fq";
};
meta = with stdenv.lib; {