From 5910e1cf0efa0897f7a87adea03ff887550a320c Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 22 Jul 2026 21:23:31 +0200 Subject: [PATCH] sideband: use `python313Packages` --- pkgs/by-name/si/sideband/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/si/sideband/package.nix b/pkgs/by-name/si/sideband/package.nix index 95f9effaa33f..9cc4115a78f8 100644 --- a/pkgs/by-name/si/sideband/package.nix +++ b/pkgs/by-name/si/sideband/package.nix @@ -1,11 +1,11 @@ { lib, - python3Packages, + python313Packages, # Require a working version of Kivy, which is not yet working with Python 3.14 fetchFromGitHub, versionCheckHook, }: -python3Packages.buildPythonApplication (finalAttrs: { +python313Packages.buildPythonApplication (finalAttrs: { pname = "sideband"; version = "2.0.0"; pyproject = true; @@ -35,12 +35,12 @@ python3Packages.buildPythonApplication (finalAttrs: { "2.0.0" ''; - build-system = with python3Packages; [ + build-system = with python313Packages; [ setuptools ]; dependencies = - with python3Packages; + with python313Packages; [ audioop-lts beautifulsoup4