Unverified Commit b191e3fc authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python3Packages.soundcloud-v2: 1.6.2 -> 1.7.0 (#513666)

parents 3e6d53fb 82973419
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,20 +4,20 @@
  fetchFromGitHub,
  dacite,
  python-dateutil,
  requests,
  curl-cffi,
  setuptools,
}:

buildPythonPackage (finalAttrs: {
  pname = "soundcloud-v2";
  version = "1.6.2";
  version = "1.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "7x11x13";
    repo = "soundcloud.py";
    tag = "v${finalAttrs.version}";
    hash = "sha256-V+eEBMlzHbNM3dd+vBNkIvjwc+DdV8RZTasSggCv/jY=";
    hash = "sha256-5Mb7Dt5TYAI/xTMezSWE9klP4Psw59gTEy1448O7CIw=";
  };

  build-system = [ setuptools ];
@@ -25,7 +25,7 @@ buildPythonPackage (finalAttrs: {
  dependencies = [
    dacite
    python-dateutil
    requests
    curl-cffi
  ];

  # tests require network