Merge pull request #293394 from r-ryantm/auto-update/python312Packages.python-benedict

python312Packages.python-benedict: 0.33.1 -> 0.33.2
This commit is contained in:
Nick Cao 2024-03-05 09:28:52 -05:00 committed by GitHub
commit 8ab3cb3f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-benedict"; pname = "python-benedict";
version = "0.33.1"; version = "0.33.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "fabiocaccamo"; owner = "fabiocaccamo";
repo = "python-benedict"; repo = "python-benedict";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-QRWyMqHW4C3+718mgp9z/dQ1loesm0Vaf2TzW3yqF3A="; hash = "sha256-1/eLJFXACn1W5Yz43BIhdqqUVk3t9285d8aLwH+VmAE=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [