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

python38Packages.soco: 0.25.1 -> 0.25.2
This commit is contained in:
Fabian Affolter 2021-12-25 16:12:21 +01:00 committed by GitHub
commit 6de8f3709a
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.25.1";
version = "0.25.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-KmB7uTONzNTFPNzwyjQ2eBId7RQynzuNUMeIqSO2gm4=";
sha256 = "sha256-Bu9RtzvQVDPekIzkVvcDkTs5Z+IDx6lSBCMv5zs8gNA=";
};
propagatedBuildInputs = [