Skip to content

Commit 98cf648

Browse files
authored
python313Packages.go2rtc-client: 0.3.0 -> 0.4.0 (#474053)
2 parents f143e76 + 5b14006 commit 98cf648

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/go2rtc-client

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/go2rtc-client/default.nix

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

1919
buildPythonPackage rec {
2020
pname = "go2rtc-client";
21-
version = "0.3.0";
21+
version = "0.4.0";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "home-assistant-libs";
2828
repo = "python-go2rtc-client";
2929
tag = version;
30-
hash = "sha256-TJl4797z1q4fbjTX7d+KyWJukn6SwMwGUsNzuQg8hmc=";
30+
hash = "sha256-+/ko59AeFl8R/fRNjB5SykFPXm8PR3s6Imccj/bHkJI=";
3131
};
3232

3333
postPatch = ''

0 commit comments

Comments
 (0)