python: smartdc: 0.1.12 -> 0.2.0

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:17 +01:00
parent 9c6f5df848
commit 1faf0127f3

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "smartdc"; pname = "smartdc";
version = "0.1.12"; version = "0.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "36206f4fddecae080c66faf756712537e650936b879abb23a8c428731d2415fe"; sha256 = "6ffd866fb98386324e189e24d4f7532f66c1b20eece35ca1a6cb4b2a2639fc85";
}; };
propagatedBuildInputs = [ requests http_signature ]; propagatedBuildInputs = [ requests http_signature ];