Unverified Commit f014e115 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #280964 from fabaff/soco-bump

python311Packages.soco: 0.30.1 -> 0.30.2
parents e4c17455 32c72f2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "soco";
  version = "0.30.1";
  version = "0.30.2";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "SoCo";
    repo = "SoCo";
    rev = "refs/tags/v${version}";
    hash = "sha256-MajtB754VY+WmeJ2UROeNfvFdqSWIDXQwDSDK7zn8fk=";
    hash = "sha256-T5kZxwLtqdECuYNfI0z2kLuTPp8yuPsx+MQG27WUJYU=";
  };

  propagatedBuildInputs = [