1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

python36Packages.poyo: 0.4.0 -> 0.4.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.6-poyo/versions
This commit is contained in:
R. RyanTM 2018-10-24 04:27:21 -07:00 committed by Frederik Rietdijk
parent 1f7c29bc43
commit a2a95fd406

View file

@ -4,12 +4,12 @@
}:
buildPythonPackage rec {
version = "0.4.0";
version = "0.4.2";
pname = "poyo";
src = fetchPypi {
inherit pname version;
sha256 = "1f48ffl0j1f2lmgabajps7v8w90ppxbp5168gh8kh27bjd8xk5ca";
sha256 = "07fdxlqgnnzb8r6lasvdfjcbd8sb9af0wla08rbfs40j349m8jn3";
};
meta = with stdenv.lib; {