Loading pkgs/development/python-modules/deezer-python/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ environs, fetchFromGitHub, httpx, poetry-core, setuptools, pytest-cov-stub, pytest-mock, pytest-vcr, Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "deezer-python"; version = "7.1.0"; version = "7.1.1"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -24,10 +24,10 @@ buildPythonPackage rec { owner = "browniebroke"; repo = "deezer-python"; rev = "refs/tags/v${version}"; hash = "sha256-d+cN6f6jw8D+noxyYl/TpDAkeTb8Krt+r0/Ai65cvdU="; hash = "sha256-3TYgOa8NWGhkVIT5HkDdpHGyj7FzP8n02a36KHW6IC4="; }; build-system = [ poetry-core ]; build-system = [ setuptools ]; dependencies = [ httpx ]; Loading Loading
pkgs/development/python-modules/deezer-python/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ environs, fetchFromGitHub, httpx, poetry-core, setuptools, pytest-cov-stub, pytest-mock, pytest-vcr, Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "deezer-python"; version = "7.1.0"; version = "7.1.1"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -24,10 +24,10 @@ buildPythonPackage rec { owner = "browniebroke"; repo = "deezer-python"; rev = "refs/tags/v${version}"; hash = "sha256-d+cN6f6jw8D+noxyYl/TpDAkeTb8Krt+r0/Ai65cvdU="; hash = "sha256-3TYgOa8NWGhkVIT5HkDdpHGyj7FzP8n02a36KHW6IC4="; }; build-system = [ poetry-core ]; build-system = [ setuptools ]; dependencies = [ httpx ]; Loading