guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: parallel: Update to 20210422.


From: guix-commits
Subject: 05/05: gnu: parallel: Update to 20210422.
Date: Fri, 23 Apr 2021 12:47:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 799cc194f21b0f36f2b1cf83a47f75a30be56133
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 23 18:37:15 2021 +0200

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



reply via email to

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