Merge pull request #158379 from fabaff/bump-soco

python3Packages.soco: 0.26.1 -> 0.26.2
This commit is contained in:
Ben Siraphob 2022-02-06 21:22:07 +00:00 committed by GitHub
commit ac34922912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.26.1";
version = "0.26.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-h9mgL98+MPY9K5sKuRQthQoP8nVL1tIHGslh5ojgLfc=";
sha256 = "sha256-VOGdv3g11OzNeTlBwm8hRy6fThDKVKIlgQxR4b07y/8=";
};
propagatedBuildInputs = [