python: carbon: 1.1.4 -> 1.1.5

This commit is contained in:
Frederik Rietdijk 2019-01-17 16:12:54 +01:00
parent ce8490c57f
commit 7fc2440230

View file

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "carbon";
version = "1.1.4";
version = "1.1.5";
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1b70e34ac0f0bd32a03ee14eaf1ed2c857e208984fc9761f59a95c21c5264513";
sha256 = "a88390553a9ea628fdb74b5b358ed83a657e058bcc811e5819d9db856b4fcf5b";
};
propagatedBuildInputs = [ twisted whisper txamqp cachetools urllib3 ];