Skip to content

Commit d114ef5

Browse files
authored
python312Packages.pytapo: 3.3.37 -> 3.3.38 (NixOS#373943)
2 parents 1de0c22 + 84be428 commit d114ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1313
buildPythonPackage rec {
1414
pname = "pytapo";
15-
version = "3.3.37";
15+
version = "3.3.38";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.7";
1919

2020
src = fetchPypi {
2121
inherit pname version;
22-
hash = "sha256-InDbfWzRb+Q+E6feeatHIliq83g83oUfo3Yze/BAJdM=";
22+
hash = "sha256-o3onR27lKg2QAa1Tgdidv6iOzqb/XlkJPq+vkkIhnAY=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)