[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: parallel: Update to 20220322.
From: |
guix-commits |
Subject: |
branch master updated: gnu: parallel: Update to 20220322. |
Date: |
Mon, 04 Apr 2022 02:55:12 -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 aed1f47c4d gnu: parallel: Update to 20220322.
aed1f47c4d is described below
commit aed1f47c4dc8b3dfa5728fd0651f9cd1a898a554
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 4 09:28:22 2022 +0300
gnu: parallel: Update to 20220322.
* gnu/packages/parallel.scm (parallel): Update to 20220322.
---
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 d7c3586606..3d37183777 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -62,14 +62,14 @@
(define-public parallel
(package
(name "parallel")
- (version "20220222")
+ (version "20220322")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0id4lr3q0fh0r4vcz8sp19am9yc6j8g00m2726dgpmzacfw845pq"))))
+ (base32 "1n76lhw2sw21kj9hbd3pij9kwq460kpjl15p4qhssagmm7vcr4yz"))))
(build-system gnu-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: parallel: Update to 20220322.,
guix-commits <=