Unverified Commit b1a224c5 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #254126 from r-ryantm/auto-update/python310Packages.tidalapi

python310Packages.tidalapi: 0.7.2 -> 0.7.3
parents 13795ee7 6347f918
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

buildPythonPackage rec {
  pname = "tidalapi";
  version = "0.7.2";
  version = "0.7.3";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-CyyvzhuDB9XgroeP+WPTJIufT3VU9fD6Pg2Q1prB0Mo=";
    hash = "sha256-sIPuo1kd08Quflf7oFxoo1H56cdUDlbNTfFkn8j3jVE=";
  };

  nativeBuildInputs = [