python: Chameleon: 3.6 -> 3.6.1

This commit is contained in:
Frederik Rietdijk 2019-04-16 19:15:34 +02:00
parent 47583a01f2
commit a5702bf931

View File

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