3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.soco: 0.24.1 -> 0.25.0

This commit is contained in:
R. Ryantm 2021-12-06 21:07:26 +00:00
parent 237adfc14e
commit 0a0a8ebc51

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "soco";
version = "0.24.1";
version = "0.25.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SoCo";
repo = "SoCo";
rev = "v${version}";
sha256 = "sha256-78JYetA6msGiLMHNTdTN2b5lOiXaY+TQA9ID8qtPmM0=";
sha256 = "sha256-tp8tc8Ob5luxf0ASpSICy5T2XGGIALWqY7L9S6PM/xw=";
};
propagatedBuildInputs = [