[PATCH] gnu: parallel: Update to 20240422.

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

Debbugs page

Andy Tai wrote 11 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
ee24a364fb60b6ed3d7769a8c51bf37cd79b292b.1714115033.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20240422.

Change-Id: I03928db86b3d292c02929b0adc10e09e818e09e3
---
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 ae9065d75d..11199594f1 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -65,14 +65,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20240322")
+ (version "20240422")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "15baksvj028im496wivr55mz9zqh74njrrd7djxggarx42d045qb"))
+ (base32 "0rr4i1a5gcxz60cb3p4ga3s8k79sr84yicqysg794ayy7qh8hf3q"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: 4514239971895fc7ad47c7752e30d98a0c44a154
--
2.34.1
Christopher Baines wrote 11 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 70583-done@debbugs.gnu.org)
87o79wrrn7.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (7 lines)
> * gnu/packages/parallel.scm (parallel): Update to 20240422.
>
> Change-Id: I03928db86b3d292c02929b0adc10e09e818e09e3
> ---
> gnu/packages/parallel.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
52a596077fde2511a3c4cb7a99e76794e7e7a52b.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYr3ExfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XfiSw/+J2/ZQruE500oojENwupozHJFJD6YDnf3
Lnk5jZl65BaJn0wGEtY7BFyo25AFJokexD8IYm8x9KW8RvRAHMId3C56g3V8r5Ag
0A+mFmJdqKryGrguOjGY317axVBwIL3Tsmd0Ir+3SMAXiUe/alrMVamCGABoQhPJ
ReIOqS2bL2l1szNoxSOuneGVJuDZy0L9Gx4SbbVKvKn8edaFeDPaFBJ2kNs7zj+6
xA2BFDM44KiVcf6rJNnQ5JZab/wfsIKxwpzsjXTyCKJtwLmDc5zvaiKrfKvi2GSo
hvWTt5xDEKmcTjEidL8VzKLxzKMUgd2Sgn4ddIT9hd1BGlzddWX1Cj38L1xKH4Ky
coHj0FYqg0WAW0QqRUpNJsmiLRv531JfHqt5Ygzk8QNaZ7Uc4lbLvSh9MrYAmPGM
GYKTLm3c/t5tycTjOey++sRq8H96tIHGwLCFYPLgiISVyEV2hCntrGzi9JUgUQlM
erJXSdFa7QxHeQ1gJkkYMbvuCGx+VZgyRSivmFJdGzQ6fDWkVR8UOD1T5xixNtb9
XZehRw5cAdTHTaqf5eQ9+FK4KUwosCfECY0l6OTnf7LACZyLtrLV1jMlj0CvQijS
u4KwQgIW9xhs0I1IclOwmYlEoyZgU5s3yr6afPvuIn8KGwat27C7Um3RaPwMF3DQ
TNfDiEfmNJw=
=OrBL
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 70583
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