guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: parallel: Update to 20220422.


From: guix-commits
Subject: branch master updated: gnu: parallel: Update to 20220422.
Date: Mon, 09 May 2022 16:42:23 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 37e44d48ba gnu: parallel: Update to 20220422.
37e44d48ba is described below

commit 37e44d48baf976f6bfcd885b2e10da4ab7be4af9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 9 23:41:50 2022 +0300

    gnu: parallel: Update to 20220422.
    
    * gnu/packages/parallel.scm (parallel): Update to 20220422.
---
 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 70f9e6dc4a..96e8cb5df4 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -62,14 +62,14 @@
 (define-public parallel
   (package
     (name "parallel")
-    (version "20220322")
+    (version "20220422")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "1n76lhw2sw21kj9hbd3pij9kwq460kpjl15p4qhssagmm7vcr4yz"))))
+       (base32 "19rwnxqbwbfhrrifyq5chsg6qgz9n8xf96l838agq0hkzwzvgr4n"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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