diff options
author | Pjotr Prins | 2019-09-06 08:56:49 -0500 |
---|---|---|
committer | Pjotr Prins | 2019-09-06 08:56:49 -0500 |
commit | 63f1398e03e648a8f0244c30685844aaa1dce639 (patch) | |
tree | a4af13a5076ec5435518dc62ab0961beed33e05d /gn/packages/python24.scm | |
parent | 202ffda713a2c6b1de921119df19b605c1e4944e (diff) | |
parent | 3323a3c75d4776fd99d4bea2ae587f780541037f (diff) | |
download | guix-bioinformatics-63f1398e03e648a8f0244c30685844aaa1dce639.tar.gz |
Merge branch 'master' of gitlab.com:genenetwork/guix-bioinformaticsgn-latest-20190905
Diffstat (limited to 'gn/packages/python24.scm')
-rw-r--r-- | gn/packages/python24.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm index cc5e61c..1b38d0f 100644 --- a/gn/packages/python24.scm +++ b/gn/packages/python24.scm @@ -212,10 +212,10 @@ spreadsheets without the need for COM objects.") (define-public python24-piddle (package - (inherit python2-piddle-1.0.15) + (inherit python2-piddle-gn) (name "python24-piddle") (arguments - (substitute-keyword-arguments (package-arguments python2-piddle-1.0.15) + (substitute-keyword-arguments (package-arguments python2-piddle-gn) ((#:python _) python-2.4))) (propagated-inputs `(("python24-pil" ,python24-pil))))) |