lol
0
fork

Configure Feed

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

python3Packages.tblib: 3.0.0 -> 3.1.0

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/tblib/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "tblib"; 12 - version = "3.0.0"; 12 + version = "3.1.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-k2InkKCingTwNGRY+s4eFE3E0y9JNxTGw9/4Kkrbd+Y="; 17 + hash = "sha256-BkBMLJ8H9m/uLX1q1DrMxG+cM2FxTZuEJuf0fllc1lI="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ setuptools ];