python312Packages.mkdocstrings: 0.26.1 -> 0.26.2 (#349761)

This commit is contained in:
Nick Cao 2024-10-20 09:04:11 -04:00 committed by GitHub
commit 3b6924fdd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,16 +17,16 @@
buildPythonPackage rec {
pname = "mkdocstrings";
version = "0.26.1";
version = "0.26.2";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "mkdocstrings";
rev = "refs/tags/${version}";
hash = "sha256-YV9Cncry+RXXGxRYN4dXp5E2msGA4Kq2QSvcPywWV2c=";
hash = "sha256-xZKE8+bNHL+GSQS00MlShOl/3p7+mRV558Pel50ipOI=";
};
postPatch = ''