From 9c5a22f426cdefae0c3dbbd4f8059cdf4e2e8a3a Mon Sep 17 00:00:00 2001 From: emilylange Date: Sat, 28 Feb 2026 00:42:20 +0100 Subject: [PATCH] Revert "python3Packages.aiosendspin: 2.1.0 -> 3.0.1" This reverts commit 59270f98a872986e40a8fee85240d97651085edb because it broke its only consumer (music-assistant) at runtime. --- pkgs/development/python-modules/aiosendspin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiosendspin/default.nix b/pkgs/development/python-modules/aiosendspin/default.nix index 2a07a632890f..aba70a364c09 100644 --- a/pkgs/development/python-modules/aiosendspin/default.nix +++ b/pkgs/development/python-modules/aiosendspin/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "aiosendspin"; - version = "3.0.1"; + version = "2.1.0"; pyproject = true; src = fetchFromGitHub { owner = "Sendspin"; repo = "aiosendspin"; tag = version; - hash = "sha256-Z0hQyJayA/8OR6nkKxd1HfjskX+WBBkBl7l8rleV+fo="; + hash = "sha256-9VhNtfXH2r/cGkscz51PIK2/66pPOGv0S0IpO0wFvO4="; }; # https://github.com/Sendspin/aiosendspin/blob/1.2.0/pyproject.toml#L7