mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.mkdocstrings: 1.0.4 -> 1.0.6
Diff: https://github.com/mkdocstrings/mkdocstrings/compare/1.0.4...1.0.6 Changelog: https://github.com/mkdocstrings/mkdocstrings/blob/1.0.6/CHANGELOG.md
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "mkdocstrings";
|
||||
version = "1.0.4";
|
||||
version = "1.0.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mkdocstrings";
|
||||
repo = "mkdocstrings";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-FBDzTArJGKoJOmOLiYNTA9kshHWqD7zV1nR3sG4sOMk=";
|
||||
hash = "sha256-yHTxD7Su/hlW1Hxac20vr8OpLuEEO8GRu32OhZQWqYo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user