[PATCH] gnu: parallel: Update to 20231122

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Efraim Flashner
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
091ee38beaabe81532e51b2cc6f6a1f7e338ce40.1700893289.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20231122

Change-Id: Ia4a42fee8ce484845801b6e738a85f67169fae79
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index f3af1680b0..92ff023a6e 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20231022")
+ (version "20231122")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1316ydijavz41078c99mbrbaddnshspbs8nsbm5qlyah317vkwlk"))
+ (base32 "1qpa3dhmdddw7l5906y8ck8rnri66kqkxcbxhsnj058pmbw9qb42"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: 4b6f6b3e180afc5d1b286130710dd9e3eb6c2889
--
2.41.0
Efraim Flashner wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 67439-done@debbugs.gnu.org)
ZWMZdgIKtfLQYMKl@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmVjGXYACgkQQarn3Mo9
g1HuJw//QywuNV3U6cl3EolVnRzd1LjVyfX5RguGZgo7BSy9X9Jt7KnieJnpYY0p
YOfJLE3hkpQPKQxBPTZt+VeLCg682smP50rYBwEn6+fhEku2lQBokVuiuQVdwFsk
zVwHHDv9uEqKvMmgcxVZdLRxtXBWe0PuSlIQnL2ozirk8hlM4VaulXkrO7xelA5J
3iL4FtAsTmEK72+pRW9AjqXIy22br2NaoyVWmS3ad2amz9x38cabsLUlU0o4Gmik
DUIMPIZvKOM3UUmxkhZOK+das6GYGC2IrzwX1QBCIurwet38kWx7vMoca8ZBEKD2
jLCBVEffx17iGG5sBl5R+LMWrf20MjErsu8/C6dMJSvD7VlPXjcmTUR5xK97EwzL
dfsbXxD8kXg9a3AkPeSpLzBHPLugj2OOg9/0JU8BdlMW981dl+9PnVQ2hbt0et75
mIwOQcVE0WzqB19Iq2CxwTpa87hUUDdEAdksJrTHG/0pvx4j6ASOXKFY6rpUy6VQ
i9sun/K6ScM1iYmO0KjUvEc+Rwqoi04ET2IGBGtv6fD0UJMYpeGrfuG7i5KH9+cF
hg9cVb71he8ADxN2Lvy3lmzQjjuwJCoEwN3pvBZMSHbW3rbruh1ydBZ7H/PE3FOA
tgbtJEq0f02fKrN2NueMStav42mBYinOD6680EChp2czthGKlrc=
=ldUo
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67439@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67439
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help