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

python38Packages.soco: 0.25.0 -> 0.25.1
This commit is contained in:
Fabian Affolter
2021-12-23 08:02:28 +01:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.25.0";
version = "0.25.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-tp8tc8Ob5luxf0ASpSICy5T2XGGIALWqY7L9S6PM/xw=";
sha256 = "sha256-KmB7uTONzNTFPNzwyjQ2eBId7RQynzuNUMeIqSO2gm4=";
};
propagatedBuildInputs = [