gnu: parallel: Update to 20161022.

* gnu/packages/parallel.scm (parallel): Update to 20161022.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner 2016-11-15 11:45:53 +02:00
parent 6312043ca5
commit fccab9931c
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 5 additions and 4 deletions

View File

@ -45,7 +45,7 @@
(define-public parallel (define-public parallel
(package (package
(name "parallel") (name "parallel")
(version "20160922") (version "20161022")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -53,7 +53,7 @@
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"157q17v2vkjwccx9s2pxqip46gvwhfq4v9ar0l1ghgmpxggksvyq")))) "1mz82chm5qav6h64rcckxzabr7w4ma0sjx61xav85x0swgcbjdsr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -70,7 +70,8 @@
;; Patch call to 'ps' and 'perl' commands. ;; Patch call to 'ps' and 'perl' commands.
((" ps ") (string-append " " (which "ps") " ")) ((" ps ") (string-append " " (which "ps") " "))
((" perl -") (string-append " " (which "perl") " -")))) ((" perl -") (string-append " " (which "perl") " -"))))
(list "src/parallel" "src/sem")))) (list "src/parallel" "src/sem"))
#t))
(add-after 'install 'post-install-test (add-after 'install 'post-install-test
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(zero? (system* (string-append (zero? (system* (string-append
@ -80,7 +81,7 @@
(inputs (inputs
`(("perl" ,perl) `(("perl" ,perl)
("procps" ,procps))) ("procps" ,procps)))
(home-page "http://www.gnu.org/software/parallel/") (home-page "https://www.gnu.org/software/parallel/")
(synopsis "Build and execute command lines in parallel") (synopsis "Build and execute command lines in parallel")
(description (description
"GNU Parallel is a tool for executing shell jobs in parallel using one "GNU Parallel is a tool for executing shell jobs in parallel using one