tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
bonfire: bump arrow dependency
Kranium Gikos Mendoza
8 years ago
d135d142
be4c6311
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
bonfire
default.nix
+1
-1
pkgs/tools/misc/bonfire/default.nix
reviewed
···
19
19
postPatch = ''
20
20
# https://github.com/blue-yonder/bonfire/pull/24
21
21
substituteInPlace requirements.txt \
22
22
-
--replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4,<0.11" \
22
22
+
--replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4,<0.13" \
23
23
--replace "keyring>=9,<10" "keyring>=9,<11"
24
24
# pip fails when encountering the git hash for the package version
25
25
substituteInPlace setup.py \