python311Packages.griffe: 0.44.0 -> 0.45.0

This commit is contained in:
R. Ryantm 2024-05-13 02:20:48 +00:00
parent 2f9350605a
commit 41356ebb1e

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.44.0";
version = "0.45.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-jZ5QK6HiQ0C5miFYGavIlScJHmocy6frzC2c8xTvYOw=";
hash = "sha256-nczu6Neh1feSZyyMrXyiXU1aDIjOsX6RKqaH+Qw8yrQ=";
};
build-system = [ pdm-backend ];