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 18 buildPythonPackage rec { 19 pname = "mkdocstrings"; 20 - version = "0.30.0"; 21 pyproject = true; 22 23 src = fetchFromGitHub { 24 owner = "mkdocstrings"; 25 repo = "mkdocstrings"; 26 tag = version; 27 - hash = "sha256-tJErux/90zXaV0ViGJOQKMf1yYCxMhH1nMrQlXlHw/Y="; 28 }; 29 30 postPatch = ''
··· 17 18 buildPythonPackage rec { 19 pname = "mkdocstrings"; 20 + version = "0.30.1"; 21 pyproject = true; 22 23 src = fetchFromGitHub { 24 owner = "mkdocstrings"; 25 repo = "mkdocstrings"; 26 tag = version; 27 + hash = "sha256-BfqxL35prq+pvD21w0BOJx/ls8og+LjtGdOAZlHYGVE="; 28 }; 29 30 postPatch = ''