Merge pull request #133226 from fabaff/bump-soco

python3Packages.soco: 0.22.3 -> 0.23.3
This commit is contained in:
Martin Weinelt 2021-08-09 16:04:53 +02:00 committed by GitHub
commit 6b5a40c534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.23.2";
version = "0.23.3";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "0qq2k0xy8a5b54nk7h4ipkvq8dpzklhgcwcffhnlcnl1vhq2dh33";
sha256 = "sha256-T6gDImH/HfHg8e1YzUYB8zr2GJHRtF6vdYm2cSiXSb0=";
};
propagatedBuildInputs = [