From b61e03817c4ff1d05bc75bbf59d62ee538560982 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 4 May 2026 14:15:00 +0200 Subject: [PATCH] python3Packages.deezer-python: 7.2.0 -> 7.3.0 Changelog: https://github.com/browniebroke/deezer-python/releases/tag/v7.3.0 --- pkgs/development/python-modules/deezer-python/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/deezer-python/default.nix b/pkgs/development/python-modules/deezer-python/default.nix index f644f48ac660..61837637675d 100644 --- a/pkgs/development/python-modules/deezer-python/default.nix +++ b/pkgs/development/python-modules/deezer-python/default.nix @@ -5,6 +5,7 @@ fetchFromGitHub, httpx, setuptools, + pytest-asyncio, pytest-cov-stub, pytest-mock, pytest-vcr, @@ -14,14 +15,14 @@ buildPythonPackage rec { pname = "deezer-python"; - version = "7.2.0"; + version = "7.3.0"; pyproject = true; src = fetchFromGitHub { owner = "browniebroke"; repo = "deezer-python"; tag = "v${version}"; - hash = "sha256-j7FiZJX2YIYs03bKKu2e+ByElp5oYpmpUheVr8BVXZo="; + hash = "sha256-pCrPlEbt5Mx8qGjewR5+Z/W7rFEehqd7QRrtvPGyKJk="; }; build-system = [ setuptools ]; @@ -30,6 +31,7 @@ buildPythonPackage rec { nativeCheckInputs = [ environs + pytest-asyncio pytest-cov-stub pytest-mock pytest-vcr