Unverified Commit 643387d9 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.soco: 0.30.15 -> 0.31.0 (#508328)

parents dbbddad0 5f227351
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "soco";
  version = "0.30.15";
  version = "0.31.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "SoCo";
    repo = "SoCo";
    tag = "v${version}";
    hash = "sha256-wnfqxFKDSO7gcIc5UGJs/v3VxttlQPrRWYeZc5IlriU=";
    hash = "sha256-Tuh+ycH2czTZHNw5p02NtCfBDuqshMiJAuzPAfcCaTE=";
  };

  build-system = [ setuptools ];