3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.soco: 0.26.0 -> 0.26.1

This commit is contained in:
R. Ryantm 2022-02-05 13:47:42 +00:00
parent cb18e6cd01
commit 5d374e47f5

View file

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