gnu: python-drmaa: Update to 0.7.7.

* gnu/packages/python.scm (python-drmaa): Update to 0.7.7.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-22 20:50:16 +01:00
parent fd2662e950
commit 7c4279322e
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -4805,7 +4805,7 @@ etc. The core of this module is a decorator factory.")
(define-public python-drmaa (define-public python-drmaa
(package (package
(name "python-drmaa") (name "python-drmaa")
(version "0.7.6") (version "0.7.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4813,7 +4813,7 @@ etc. The core of this module is a decorator factory.")
"https://pypi.python.org/packages/source/d/drmaa/drmaa-" "https://pypi.python.org/packages/source/d/drmaa/drmaa-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "0bzl9f9g34dlhwf09i3fdv7dqqzf2iq0w7d6c2bafx1nlap8qfbh")))) (base32 "0xzqriqyvk5b8hszbavsyxd29wm3sxirm8zvvdm73rs2iq7w4hkx"))))
(build-system python-build-system) (build-system python-build-system)
;; The test suite requires libdrmaa which is provided by the cluster ;; The test suite requires libdrmaa which is provided by the cluster
;; environment. At runtime the environment variable DRMAA_LIBRARY_PATH ;; environment. At runtime the environment variable DRMAA_LIBRARY_PATH