python310Packages.soco: 0.28.0 -> 0.28.1

This commit is contained in:
Fabian Affolter 2022-10-23 00:19:51 +02:00
parent 45454cd8ed
commit a9fdb38041

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "soco";
version = "0.28.0";
version = "0.28.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
hash = "sha256-rH6EfPK4EEQDO63VEIM7jJO5OM4tyYfZ5yYUskPf8dE=";
hash = "sha256-Po9ns+XQ8WuILKrinllm/lqZFWEBnylesCoqs+cnKs4=";
};
propagatedBuildInputs = [