guix-commits
[Top][All Lists]
Advanced

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

09/22: gnu: parallel: Update to 20210522.


From: guix-commits
Subject: 09/22: gnu: parallel: Update to 20210522.
Date: Sun, 23 May 2021 17:40:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 97cb3cf25a43e172c57907c80156412122495900
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 23 18:06:50 2021 +0200

    gnu: parallel: Update to 20210522.
    
    * gnu/packages/parallel.scm (parallel): Update to 20210522.
---
 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 ffca2de..d950fa9 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -57,14 +57,14 @@
 (define-public parallel
   (package
     (name "parallel")
-    (version "20210422")
+    (version "20210522")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "1s4ynlsh5fr5vxcf5xm45fcfyzp62zclzjq5b7rbwrs4chxnlgmy"))))
+       (base32 "1qdgywilyy2vy8lcl7f5qa7cm0b2ddnwwx9n8xcfbv9wj0z3wrpg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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