From f3a4952aa90e6697c371f2d24b2f0eb5d3880ef9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 25 Dec 2024 23:03:44 +0100 Subject: [PATCH] python312Packages.deezer-python: 7.1.0 -> 7.1.1 Diff: https://github.com/browniebroke/deezer-python/compare/refs/tags/v7.1.0...v7.1.1 Changelog: https://github.com/browniebroke/deezer-python/releases/tag/v7.1.1 --- pkgs/development/python-modules/deezer-python/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/deezer-python/default.nix b/pkgs/development/python-modules/deezer-python/default.nix index 78d31ec97224..e022c30623de 100644 --- a/pkgs/development/python-modules/deezer-python/default.nix +++ b/pkgs/development/python-modules/deezer-python/default.nix @@ -4,7 +4,7 @@ environs, fetchFromGitHub, httpx, - poetry-core, + setuptools, pytest-cov-stub, pytest-mock, pytest-vcr, @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "deezer-python"; - version = "7.1.0"; + version = "7.1.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -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 ];