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

python312Packages.mkdocstrings: 0.24.0 -> 0.24.1

Changed files
+2 -2
pkgs
development
python-modules
mkdocstrings
+2 -2
pkgs/development/python-modules/mkdocstrings/default.nix
···
buildPythonPackage rec {
pname = "mkdocstrings";
-
version = "0.24.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "mkdocstrings";
repo = "mkdocstrings";
rev = "refs/tags/${version}";
-
hash = "sha256-UqX2jNNYwDNhb71qGdjHNoo2MmSxjf/bZiUoSxlE2XQ=";
};
postPatch = ''
···
buildPythonPackage rec {
pname = "mkdocstrings";
+
version = "0.24.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "mkdocstrings";
repo = "mkdocstrings";
rev = "refs/tags/${version}";
+
hash = "sha256-6Th/HckxcCIupQWQglK+4ReXB6sdIDE8/nWgP42iqIQ=";
};
postPatch = ''