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 20220122.


From: guix-commits
Subject: branch master updated: gnu: parallel: Update to 20220122.
Date: Tue, 25 Jan 2022 02:24:48 -0500

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 12e120a2c6 gnu: parallel: Update to 20220122.
12e120a2c6 is described below

commit 12e120a2c6d026014809a3db857fde4dcff2c041
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 25 09:19:14 2022 +0200

    gnu: parallel: Update to 20220122.
    
    * gnu/packages/parallel.scm (parallel): Update to 20220122.
---
 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 b70382d8c8..a6bee71aec 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -61,14 +61,14 @@
 (define-public parallel
   (package
     (name "parallel")
-    (version "20211222")
+    (version "20220122")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "176i8vgaxh5hp3ki1glib6fcmcl86v307s5xfxcqb92j9k7r3105"))))
+       (base32 "003y6f3bidfzd2jcswl7sk3a69fnvy0pjns4v0m5gjib84hil8mq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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