forked from mirrors/nixpkgs
python: soco: 0.15 -> 0.16
This commit is contained in:
parent
d9cb046ac8
commit
594d2c7ee9
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "soco";
|
||||
version = "0.15";
|
||||
version = "0.16";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "18bxpbd7l9gns0jpvx09z023kbbz7b6i4f99i8silsb1jv682kg0";
|
||||
sha256 = "7bed4475e3f134283af1f520a9b2e6ce2a8e69bdc1b58ee68528b3d093972424";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ xmltodict requests ];
|
||||
|
|
Loading…
Reference in a new issue