Merge pull request #245331 from r-ryantm/auto-update/python310Packages.python-benedict

python310Packages.python-benedict: 0.31.0 -> 0.32.0

authored by Fabian Affolter and committed by GitHub ef99fa5c 6f098631

+2 -2
+2 -2
pkgs/development/python-modules/python-benedict/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "python-benedict"; 27 - version = "0.31.0"; 27 + version = "0.32.0"; 28 28 format = "setuptools"; 29 29 30 30 disabled = pythonOlder "3.7"; ··· 33 33 owner = "fabiocaccamo"; 34 34 repo = pname; 35 35 rev = "refs/tags/${version}"; 36 - hash = "sha256-fFxFpVKA6CdKwYRQCZb7iDrhLVmzaCr009Cv7CvMDyo="; 36 + hash = "sha256-4fBV7sInw/jrKt7CmG7riMTmpLyrsyvWZGRY6s3YbHw="; 37 37 }; 38 38 39 39 nativeBuildInputs = [