Merge pull request #151266 from r-ryantm/auto-update/python38Packages.linkify-it-py

python38Packages.linkify-it-py: 1.0.2 -> 1.0.3

authored by

Fabian Affolter and committed by
GitHub
08143582 9f816205

+2 -2
+2 -2
pkgs/development/python-modules/linkify-it-py/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "linkify-it-py"; 11 - version = "1.0.2"; 11 + version = "1.0.3"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.6"; ··· 17 17 owner = "tsutsu3"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - hash = "sha256-i48B5qNufuhGp9a/46rWRgPawYkMA0ryRSyR+JhUmmw="; 20 + hash = "sha256-1QqfqFdTEdZr02jQnmHmvw3fgnC/ktsfALyhtkGSXoY="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [ uc-micro-py ];