python3Packages.mkdocstrings: 0.30.0 -> 0.30.1 (#446645)

authored by Fabian Affolter and committed by GitHub f821c27f c630d66b

+2 -2
+2 -2
pkgs/development/python-modules/mkdocstrings/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "mkdocstrings"; 20 - version = "0.30.0"; 20 + version = "0.30.1"; 21 21 pyproject = true; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "mkdocstrings"; 25 25 repo = "mkdocstrings"; 26 26 tag = version; 27 - hash = "sha256-tJErux/90zXaV0ViGJOQKMf1yYCxMhH1nMrQlXlHw/Y="; 27 + hash = "sha256-BfqxL35prq+pvD21w0BOJx/ls8og+LjtGdOAZlHYGVE="; 28 28 }; 29 29 30 30 postPatch = ''