python312Packages.aiostreammagic: 2.8.1 -> 2.8.4
Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.8.1...2.8.4 Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.8.4
This commit is contained in:
parent
5584e3590e
commit
4c49bdca13
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiostreammagic";
|
||||
version = "2.8.1";
|
||||
version = "2.8.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "noahhusby";
|
||||
repo = "aiostreammagic";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-xXKI7qbIAyG957TTZHoA23sQvvom2TNDGSGSTlRcZUQ=";
|
||||
hash = "sha256-TleCQjx1s8S1YTxh/d1T3oozQAwzPTCurzjLjDCebik=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "websockets" ];
|
||||
|
Loading…
Reference in New Issue
Block a user