rhelling pushed a commit to branch master
in repository guix.

commit 035ee04b8978b8b58ad538aeea9aeb87f802203f
Author: Rutger Helling <[email protected]>
Date:   Wed Apr 25 11:25:35 2018 +0200

    gnu: parallel: Update to 20180422.
    
    * gnu/packages/parallel.scm (parallel): Update to 20180422.
---
 gnu/packages/parallel.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 66d9e93..1dfafac 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016 Andreas Enge <[email protected]>
 ;;; Copyright © 2016 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2016 Ben Woodcroft <[email protected]>
-;;; Copyright © 2017 Rutger Helling <[email protected]>
+;;; Copyright © 2017, 2018 Rutger Helling <[email protected]>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -47,7 +47,7 @@
 (define-public parallel
   (package
     (name "parallel")
-    (version "20180322")
+    (version "20180422")
     (source
      (origin
       (method url-fetch)
@@ -55,7 +55,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "15v46pv4z98xm3fkwy7335faw4r7pilrxp4xis5a4zi4319sv2b3"))))
+        "0xsfpbxwgd4197gra981iv0nmjfk58c0d88dxx6dh6yrqz523klx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

Reply via email to