Skip to content

Commit cc6c74b

Browse files
authored
python3Packages.aioswitcher: 6.1.0 -> 6.1.1 (#497294)
2 parents 57091a8 + 9686854 commit cc6c74b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aioswitcher/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage (finalAttrs: {
2020
pname = "aioswitcher";
21-
version = "6.1.0";
21+
version = "6.1.1";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "TomerFi";
2626
repo = "aioswitcher";
2727
tag = finalAttrs.version;
28-
hash = "sha256-SCJV2r6VB1Y1ceywHkoYDsO+PRnjualGdetnQrlBKDI=";
28+
hash = "sha256-7jwrZqPRB9PLiDM3jN7VALiNtxPeTO4UQkb4LvU0BtE=";
2929
};
3030

3131
__darwinAllowLocalNetworking = true;

0 commit comments

Comments
 (0)