Merge pull request #243349 from phaer/patch-4

python310Packages.packaging: 23.0 -> 23.1

authored by Nick Cao and committed by GitHub 1174f0a3 e8e0c3ae

+2 -2
+2 -2
pkgs/development/python-modules/packaging/default.nix
··· 10 10 let 11 11 packaging = buildPythonPackage rec { 12 12 pname = "packaging"; 13 - version = "23.0"; 13 + version = "23.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-tq0pf4kH3g+i/hzL0m/a84f19Hxydf7fjM6J+ZRGz5c="; 20 + hash = "sha256-o5KYDSts/6ZEQxiYvlSwBFFRMZ0efsNPDP7Uh2fdM08="; 21 21 }; 22 22 23 23 nativeBuildInputs = [