Merge pull request #291982 from r-ryantm/auto-update/python312Packages.mkdocstrings

python312Packages.mkdocstrings: 0.24.0 -> 0.24.1
This commit is contained in:
Fabian Affolter 2024-03-04 08:38:25 +01:00 committed by GitHub
commit bec1afdaee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "mkdocstrings";
version = "0.24.0";
version = "0.24.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "mkdocstrings";
rev = "refs/tags/${version}";
hash = "sha256-UqX2jNNYwDNhb71qGdjHNoo2MmSxjf/bZiUoSxlE2XQ=";
hash = "sha256-6Th/HckxcCIupQWQglK+4ReXB6sdIDE8/nWgP42iqIQ=";
};
postPatch = ''