python: hyperlink: 19.0.0 -> 20.0.1
This commit is contained in:
parent
f2c155502f
commit
12d8eabfed
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "hyperlink";
|
||||
version = "19.0.0";
|
||||
version = "20.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4288e34705da077fada1111a24a0aa08bb1e76699c9ce49876af722441845654";
|
||||
sha256 = "47fcc7cd339c6cb2444463ec3277bdcfe142c8b1daf2160bdd52248deec815af";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ idna ];
|
||||
|
|
Loading…
Reference in New Issue