lol
0
fork

Configure Feed

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

python3Packages.griffe: 1.13.0 -> 1.14.0

R. Ryantm f39ba867 464137e8

+2 -2
+2 -2
pkgs/development/python-modules/griffe/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "griffe"; 15 - version = "1.13.0"; 15 + version = "1.14.0"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "mkdocstrings"; 20 20 repo = "griffe"; 21 21 tag = version; 22 - hash = "sha256-PaOdK9ZMId87Hg1QzSX2SsgNED3kOFolUfSWSZ42VSQ="; 22 + hash = "sha256-0koTrA1b3S1NO6w24S8eghWpYDkGEo61giRveQ7MZhM="; 23 23 }; 24 24 25 25 build-system = [ pdm-backend ];