Merge pull request #292331 from r-ryantm/auto-update/griffe

griffe: 0.40.1 -> 0.41.0
This commit is contained in:
Fabian Affolter 2024-02-29 20:03:42 +01:00 committed by GitHub
commit 71799e1ad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.40.1";
format = "pyproject";
version = "0.41.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = pname;
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-DaLxGEwR2Z9IEkKbLkOy7Q3dvvmwTNBNMzYxNoeZMJE=";
hash = "sha256-or0kXc8YJl7+95gM54MaviDdErN0vqBnCtAavZM938k=";
};
nativeBuildInputs = [