diff options
author | pjotrp | 2017-07-16 16:31:19 +0200 |
---|---|---|
committer | pjotrp | 2017-07-16 16:31:19 +0200 |
commit | cc6787454df46e1a1bdc2c20a6a983113188e36d (patch) | |
tree | deed7cce9737b979b09c8e5535a64948905ffa22 /gn/packages/afnumpy.scm | |
parent | 5870720799d5825d1e4a7e6bd7dbf14a99812097 (diff) | |
download | guix-bioinformatics-cc6787454df46e1a1bdc2c20a6a983113188e36d.tar.gz |
Guix moved zip to compression
Diffstat (limited to 'gn/packages/afnumpy.scm')
-rw-r--r-- | gn/packages/afnumpy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/afnumpy.scm b/gn/packages/afnumpy.scm index d5515ac..850304b 100644 --- a/gn/packages/afnumpy.scm +++ b/gn/packages/afnumpy.scm @@ -48,7 +48,7 @@ #:use-module (gnu packages web) #:use-module (gnu packages xml) #:use-module (gnu packages xorg) - #:use-module (gnu packages zip) + #:use-module (gnu packages compression) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) @@ -76,9 +76,9 @@ ;; `(("python-setuptools" ,python-setuptools))) (arguments `(#:python ,python-2 - #:tests? #f)) + #:tests? #f)) (home-page "https://github.com/FilipeMaia/afnumpy") (synopsis "Numerical library array processing of numbers, strings, records and objects") (description "A GPGPU-accelerated drop-in of python's numpy") - (license license:gpl2)))) + (license license:gpl2)))) |