diff options
author | pjotrp | 2017-08-24 09:48:32 +0000 |
---|---|---|
committer | pjotrp | 2017-08-24 09:48:32 +0000 |
commit | 2ccf012475f3db74f6ea8ca496a1249ec7eb0508 (patch) | |
tree | 0997562575cedac1ced588bfac67b774ed95b26c /gn/packages/genenetwork.scm | |
parent | edee34ded00e323231e362fd2a3d33b73949d2ab (diff) | |
download | guix-bioinformatics-2ccf012475f3db74f6ea8ca496a1249ec7eb0508.tar.gz |
Moved python2-pil into PIL1 namespace
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 776a7d1..a99c2b0 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -195,7 +195,7 @@ location of a putative QTL.") ("python2-passlib" ,python2-passlib) ("python2-piddle-gn" ,python2-piddle-gn) ("python2-redis" ,python2-redis) - ("python2-pil" ,python2-pil) ; should move to pillow some day + ("python2-pil1" ,python2-pil1) ; should move to pillow some day ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) ("python2-scipy" ,python2-scipy) |