mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
python3Packages.hyperlink: 20.0.1 -> 21.0.0
This commit is contained in:
parent
f2a59da54f
commit
30b49fba9f
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hyperlink";
|
||||
version = "20.0.1";
|
||||
version = "21.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "47fcc7cd339c6cb2444463ec3277bdcfe142c8b1daf2160bdd52248deec815af";
|
||||
sha256 = "427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ idna ]
|
||||
|
Loading…
Reference in New Issue
Block a user