tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.gradient: update postPatch section
Fabian Affolter
3 years ago
fd9ea566
e93eeb6c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
gradient
default.nix
+2
-2
pkgs/development/python-modules/gradient/default.nix
···
36
36
--replace 'attrs<=' 'attrs>=' \
37
37
--replace 'colorama==' 'colorama>=' \
38
38
--replace 'gql[requests]==3.0.0a6' 'gql' \
39
39
-
--replace 'PyYAML==' 'PyYAML>=' \
39
39
+
--replace 'PyYAML==5.*' 'PyYAML' \
40
40
--replace 'marshmallow<' 'marshmallow>=' \
41
41
-
--replace 'websocket-client==' 'websocket-client>='
41
41
+
--replace 'websocket-client==0.57.*' 'websocket-client'
42
42
'';
43
43
44
44
propagatedBuildInputs = [