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.
1 parent 90789b0 commit 282f064Copy full SHA for 282f064
pkgs/development/python-modules/python-box/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "python-box";
19
- version = "7.3.1";
+ version = "7.3.2";
20
pyproject = true;
21
22
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "cdgriffith";
26
repo = "Box";
27
tag = version;
28
- hash = "sha256-id1gLT26jETRQ0fyVNTIhSZqM+fDmpaVbB56GxPhYr8=";
+ hash = "sha256-aVPjIoizqC0OcG5ziy/lvp/JsFSUvcLUqJ03mKViKFs=";
29
};
30
31
build-system = [
0 commit comments