Revert "python3Packages.aiosendspin: 2.1.0 -> 3.0.1"
This reverts commit 59270f98a8 because it
broke its only consumer (music-assistant) at runtime.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user