Merge pull request #293802 from fabaff/griffe-bump

python311Packages.griffe: 0.41.2 -> 0.41.3
This commit is contained in:
Nick Cao 2024-03-06 17:35:41 -05:00 committed by GitHub
commit 5f2ea5f995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.41.2";
version = "0.41.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-SelsCh72tcvOfiH6tGxXK0X9mNuB2mFBBqJ+Ji5uCSs=";
hash = "sha256-bRg7pqoGrsSO7wQLA0FKMmIBcYPNGIUueOfXjuvazrE=";
};
nativeBuildInputs = [