We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57091a8 + 9686854 commit cc6c74bCopy full SHA for cc6c74b
pkgs/development/python-modules/aioswitcher/default.nix
@@ -18,14 +18,14 @@
18
19
buildPythonPackage (finalAttrs: {
20
pname = "aioswitcher";
21
- version = "6.1.0";
+ version = "6.1.1";
22
pyproject = true;
23
24
src = fetchFromGitHub {
25
owner = "TomerFi";
26
repo = "aioswitcher";
27
tag = finalAttrs.version;
28
- hash = "sha256-SCJV2r6VB1Y1ceywHkoYDsO+PRnjualGdetnQrlBKDI=";
+ hash = "sha256-7jwrZqPRB9PLiDM3jN7VALiNtxPeTO4UQkb4LvU0BtE=";
29
};
30
31
__darwinAllowLocalNetworking = true;
0 commit comments