guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: parallel: Update to 20200522.


From: guix-commits
Subject: 01/02: gnu: parallel: Update to 20200522.
Date: Mon, 25 May 2020 10:52:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7384f40f400b66b6c0ee2f7d80628035d1494996
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 16:51:30 2020 +0200

    gnu: parallel: Update to 20200522.
    
    * gnu/packages/parallel.scm (parallel): Update to 20200522.
---
 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 92f7b58..575f879 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -54,14 +54,14 @@
 (define-public parallel
   (package
     (name "parallel")
-    (version "20200422")
+    (version "20200522")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "0c2mr2rzsz0y24q4mbm2zmc2fz6bcda4gbc4qgg59sirrj8vzpjb"))))
+       (base32 "10is46v5dpccxibby0zikg1q68mdwpmgdpxk796zka93idd6id29"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]