python: pika: 0.10.0 -> 0.12.0

This commit is contained in:
Frederik Rietdijk
2018-12-03 16:50:33 +01:00
parent dab2cf2c7b
commit 9e09cf232b
@@ -13,11 +13,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pika"; pname = "pika";
version = "0.10.0"; version = "0.12.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0nb4h08di432lv7dy2v9kpwgk0w92f24sqc2hw2s9vwr5b8v8xvj"; sha256 = "306145b8683e016d81aea996bcaefee648483fc5a9eb4694bb488f54df54a751";
}; };
# Tests require twisted which is only availalble for python-2.x # Tests require twisted which is only availalble for python-2.x