python37Packages.chameleon: 3.6.1 -> 3.6.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-chameleon/versions
This commit is contained in:
R. RyanTM 2019-07-02 02:52:55 -07:00 committed by Frederik Rietdijk
parent e1bd47a7b7
commit 7eb22c8fe4

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "Chameleon";
version = "3.6.1";
version = "3.6.2";
src = fetchPypi {
inherit pname version;
sha256 = "850f74f756bcb99423dd2658b99f448b09f09ccc2c60c0a2d6dec52294d7f9ed";
sha256 = "0aw6cqnychmsxjjgihwr7df92xw6ac1wr4x70mvq28z3iq35x7ls";
};
meta = with stdenv.lib; {