Skip to content

Commit d2c986f

Browse files
committed
ci(nix): update pypi data revision, hash and add setuptools
1 parent 8362f06 commit d2c986f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ let
3939
ref = "refs/tags/3.3.0";
4040
}) {
4141
inherit pkgs python;
42-
pypiDataRev = "c8393888d97e74f2217aaafae70bf5bc5c913535";
43-
pypiDataSha256 = "0pfivp1w3pdbsamnmmyy4rsnc4klqnmisjzcq0smc4pp908b6sc3";
42+
pypiDataRev = "5c6e5ecbc5a60fb9c43dc77be8e0eb8ac89f4fee";
43+
pypiDataSha256 = "0gnq6r92bmnhqjykx3jff7lvg7wbpayd0wvb0drra8r8dvmr5b2d";
4444
};
4545

4646
/* Returns new line delimited dependencies in format of `requirements.txt`
@@ -83,6 +83,7 @@ let
8383
requirements = ''
8484
${requirementsWithout ["robotframework"]}
8585
robotframework==${rfVersion}
86+
setuptools
8687
'';
8788

8889
env = mach-nix.mkPython {

0 commit comments

Comments
 (0)