lol
0
fork

Configure Feed

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

python310Packages.pybtex-docutils: 1.0.2 -> 1.0.3

+2 -2
+2 -2
pkgs/development/python-modules/pybtex-docutils/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pybtex-docutils"; 12 - version = "1.0.2"; 12 + version = "1.0.3"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-Q6o1O21Jj9WsMPAHOpjjMtBh00/mGdPVDRdh+P1KoBY="; 19 + hash = "sha256-On69+StZPgDowcU4qpogvKXZLYQjESRxWsyWTVHZPGs="; 20 20 }; 21 21 22 22 buildInputs = [