nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #250558 from r-ryantm/auto-update/python310Packages.mkdocstrings-python

python310Packages.mkdocstrings-python: 1.4.0 -> 1.5.0

authored by

Fabian Affolter and committed by
GitHub
c60346f7 53d7ae9d

+3 -3
+3 -3
pkgs/development/python-modules/mkdocstrings-python/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "mkdocstrings-python"; 14 - version = "1.4.0"; 14 + version = "1.5.0"; 15 15 format = "pyproject"; 16 16 17 - disabled = pythonOlder "3.7"; 17 + disabled = pythonOlder "3.8"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "mkdocstrings"; 21 21 repo = "python"; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-O4lKL7b85lbF04p8pZrtg5CSVLJQIsktNUn7HDdDYio="; 23 + hash = "sha256-Z92w84JI7tzARHNdVZvOrMHFbMLUayf6uHak++C0suc="; 24 24 }; 25 25 26 26 nativeBuildInputs = [