Merge pull request #142175 from r-ryantm/auto-update/python38Packages.soco

python38Packages.soco: 0.24.0 -> 0.24.1
This commit is contained in:
Fabian Affolter 2021-10-19 11:30:45 +02:00 committed by GitHub
commit f5a5beee3d
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.0";
version = "0.24.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-3VL2JFlukfQdjTP65X40OOsuCUVsY9kuvRKUZ3qEd+s=";
sha256 = "sha256-78JYetA6msGiLMHNTdTN2b5lOiXaY+TQA9ID8qtPmM0=";
};
propagatedBuildInputs = [