Merge pull request #331619 from r-ryantm/auto-update/python312Packages.xdoctest

python312Packages.xdoctest: 1.1.5 -> 1.1.6

authored by

OTABI Tomoya and committed by
GitHub
bb2d05ba ea4ba125

+2 -2
+2 -2
pkgs/development/python-modules/xdoctest/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "xdoctest"; 13 - version = "1.1.5"; 13 + version = "1.1.6"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.6"; ··· 19 19 owner = "Erotemic"; 20 20 repo = "xdoctest"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-lC4xX5V5iasQdR4tkLEvtMe/OjSp6+A7D2QGX6TFY4E="; 22 + hash = "sha256-L/RtD/e0ubW3j4623HQGfowXQYZjl7dDfwwbfxm3ll8="; 23 23 }; 24 24 25 25 nativeBuildInputs = [