Skip to content

Commit 6a3dd63

Browse files
authored
python313Packages.kasa-crypt: 0.4.4 -> 0.5.0 (#375396)
2 parents 623cccb + e912cd9 commit 6a3dd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/kasa-crypt/default.nix

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

1212
buildPythonPackage rec {
1313
pname = "kasa-crypt";
14-
version = "0.4.4";
14+
version = "0.5.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "bdraco";
2121
repo = "kasa-crypt";
2222
tag = "v${version}";
23-
hash = "sha256-9uDloaf9w75O+7r27PK/xOf0TrK43ndxnTUcm4CmOXo=";
23+
hash = "sha256-pkUB2RTCTZW9NhZlxBA9YC+8yWx+6yrNXk8OGAfGto4=";
2424
};
2525

2626
postPatch = ''

0 commit comments

Comments
 (0)