Skip to content

Commit 277827c

Browse files
committed
python312Packages.python-benedict: 0.33.2 -> 0.34.0
1 parent babe2c9 commit 277827c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-benedict

1 file changed

+2
-2
lines changed

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

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

2626
buildPythonPackage rec {
2727
pname = "python-benedict";
28-
version = "0.33.2";
28+
version = "0.34.0";
2929
pyproject = true;
3030

3131
disabled = pythonOlder "3.7";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
3434
owner = "fabiocaccamo";
3535
repo = "python-benedict";
3636
rev = "refs/tags/${version}";
37-
hash = "sha256-1/eLJFXACn1W5Yz43BIhdqqUVk3t9285d8aLwH+VmAE=";
37+
hash = "sha256-HQ9VVgRfF5qA36yOyKT63gXuKNLLjouqYKz5EuqGA2E=";
3838
};
3939

4040
pythonRelaxDeps = [ "boto3" ];

0 commit comments

Comments
 (0)