Merge pull request #149131 from r-ryantm/auto-update/python3.8-soco

python38Packages.soco: 0.24.1 -> 0.25.0
This commit is contained in:
Fabian Affolter 2021-12-06 23:11:12 +01:00 committed by GitHub
commit 67b15f82ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.24.1";
version = "0.25.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-78JYetA6msGiLMHNTdTN2b5lOiXaY+TQA9ID8qtPmM0=";
sha256 = "sha256-tp8tc8Ob5luxf0ASpSICy5T2XGGIALWqY7L9S6PM/xw=";
};
propagatedBuildInputs = [