Merge branch 'master' into staging-next

This commit is contained in:
Robert Schütz
2021-06-20 15:53:27 +02:00
2 changed files with 5 additions and 2 deletions
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, isPy27
, fetchFromGitHub
, pytestCheckHook
}:
@@ -8,6 +9,8 @@ buildPythonPackage rec {
pname = "certifi";
version = "2021.05.30";
disabled = isPy27;
src = fetchFromGitHub {
owner = pname;
repo = "python-certifi";