diff options
author | Roel Janssen | 2016-03-10 17:24:19 +0100 |
---|---|---|
committer | Roel Janssen | 2016-03-10 17:24:19 +0100 |
commit | 0341bc89486c235bf8c9ed0de3439095d65d1a34 (patch) | |
tree | 474f47d52202fb2c6cbbb566a2c281fbe7805358 /gn/packages/python.scm | |
parent | 99e4f33740622b50182822b4ef253f017620af44 (diff) | |
parent | a9ae940435ffa67b04598a215280c42dd185e964 (diff) | |
download | guix-bioinformatics-0341bc89486c235bf8c9ed0de3439095d65d1a34.tar.gz |
Merge branch 'master' of https://github.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 8157c0b..47b2c23 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -355,7 +355,7 @@ project)") (description #f) (license #f))) -(define-public python2-pil-1.1.6 +(define-public python2-pil (package (name "python2-pil") (version "1.1.6") |