diff options
author | Pjotr Prins | 2016-08-13 08:13:27 -0500 |
---|---|---|
committer | Pjotr Prins | 2016-08-13 08:13:27 -0500 |
commit | 71fd1cbbd9fb97b6893f707123f843a9d9ab7522 (patch) | |
tree | 0774350773c8f2bb4768c26065e731b117aa708c /gn/packages/genenetwork.scm | |
parent | f5fd71a6b1668710e81141dcbd322f761afb90f5 (diff) | |
download | guix-bioinformatics-71fd1cbbd9fb97b6893f707123f843a9d9ab7522.tar.gz |
python-pil: replace with pillow
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 1382cfb..4f3d356 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -125,7 +125,7 @@ ; ("python2-simplejson" ,python2-simplejson) ; ("python2-pyyaml" ,python2-pyyaml) ;; python-yolk is not needed - ("python2-pil" ,python2-pil) + ("python2-pillow" ,python2-pillow) ("python2-numarray" ,python2-numarray) ("plink" ,plink) ;; gn1 ; ("r-qtl" ,r-qtl) @@ -182,7 +182,7 @@ ("python2-passlib" ,python2-passlib) ("python2-piddle-gn" ,python2-piddle-gn) ("python2-redis" ,python2-redis) - ("python2-pil" ,python2-pil) + ("python2-pillow" ,python2-pillow) ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) ("python2-scipy" ,python2-scipy) |