lol
0
fork

Configure Feed

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

python311Packages.identify: 2.5.31 -> 2.5.32

Diff: https://github.com/pre-commit/identify/compare/refs/tags/v2.5.31...v2.5.32

+2 -2
+2 -2
pkgs/development/python-modules/identify/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "identify"; 12 - version = "2.5.31"; 12 + version = "2.5.32"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 18 18 owner = "pre-commit"; 19 19 repo = pname; 20 20 rev = "refs/tags/v${version}"; 21 - hash = "sha256-rov80COnU8e6NXwHkafGGbJyhDTMLUSwxkmjmlw8QYU="; 21 + hash = "sha256-fKcxK11IxC0wmpPdyGzYQViSW2rx1v9Bvc+uBvGT8kE="; 22 22 }; 23 23 24 24 nativeCheckInputs = [