[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: parallel: Update to 20170422.
From: |
Ludovic Courtès |
Subject: |
07/09: gnu: parallel: Update to 20170422. |
Date: |
Tue, 2 May 2017 06:33:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1fd0fc0db425b14162a40a04356f113b66c4e5db
Author: Ludovic Courtès <address@hidden>
Date: Tue May 2 12:20:41 2017 +0200
gnu: parallel: Update to 20170422.
* gnu/packages/parallel.scm (parallel): Update to 20170422.
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 0c40fe9..66b67ea 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -45,7 +45,7 @@
(define-public parallel
(package
(name "parallel")
- (version "20170322")
+ (version "20170422")
(source
(origin
(method url-fetch)
@@ -53,7 +53,7 @@
version ".tar.bz2"))
(sha256
(base32
- "1xjk6np0gwa6p5j26camwybx1n0vqz0f0bksi593rgw800211y7q"))))
+ "0afk1q8mqzz02h6imyykgi9gwk5gj08hzs6lwgd65ilj4slkh93s"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (7020a6a -> 8a21050), Ludovic Courtès, 2017/05/02
- 01/09: publish: Use a larger zlib buffer for compression with '--cache'., Ludovic Courtès, 2017/05/02
- 02/09: gnu: emacs-emms: Update to 4.3., Ludovic Courtès, 2017/05/02
- 05/09: gnu: libiconv: Update to 1.15., Ludovic Courtès, 2017/05/02
- 03/09: gnu: acct: Update to 6.6.3., Ludovic Courtès, 2017/05/02
- 06/09: gnu: ocrad: Update to 0.26., Ludovic Courtès, 2017/05/02
- 07/09: gnu: parallel: Update to 20170422.,
Ludovic Courtès <=
- 04/09: gnu: less: Update to 487., Ludovic Courtès, 2017/05/02
- 08/09: services: nscd: Create /etc/resolv.conf if it does not exist., Ludovic Courtès, 2017/05/02
- 09/09: substitute: Validate substitute URLs., Ludovic Courtès, 2017/05/02