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

python312Packages.xdoctest: 1.1.5 -> 1.1.6
This commit is contained in:
OTABI Tomoya 2024-08-02 09:22:31 +09:00 committed by GitHub
commit bb2d05ba76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "xdoctest";
version = "1.1.5";
version = "1.1.6";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Erotemic";
repo = "xdoctest";
rev = "refs/tags/v${version}";
hash = "sha256-lC4xX5V5iasQdR4tkLEvtMe/OjSp6+A7D2QGX6TFY4E=";
hash = "sha256-L/RtD/e0ubW3j4623HQGfowXQYZjl7dDfwwbfxm3ll8=";
};
nativeBuildInputs = [