diff options
| author | Andy Tai <atai@atai.org> | 2025-11-02 09:54:05 -0800 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-13 22:07:13 +0100 |
| commit | ba910c7b87de06b94ec7663190425d025707c4c3 (patch) | |
| tree | 6bf945453d372f969866e98d82d4d096cea496e4 /gnu | |
| parent | 0f96ceb58fd886c75f607cf6c540ae2ae361b70e (diff) | |
gnu: parallel: Update to 20251022.
* gnu/packages/parallel.scm (parallel): Update to 20251022.
Change-Id: I163a9ea614c34b26f975ae8a7762dba1a14b8821
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/parallel.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index a0d29e19718..f6e25d65258 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm | |||
| @@ -80,14 +80,14 @@ | |||
| 80 | (define-public parallel | 80 | (define-public parallel |
| 81 | (package | 81 | (package |
| 82 | (name "parallel") | 82 | (name "parallel") |
| 83 | (version "20250922") | 83 | (version "20251022") |
| 84 | (source | 84 | (source |
| 85 | (origin | 85 | (origin |
| 86 | (method url-fetch) | 86 | (method url-fetch) |
| 87 | (uri (string-append "mirror://gnu/parallel/parallel-" | 87 | (uri (string-append "mirror://gnu/parallel/parallel-" |
| 88 | version ".tar.bz2")) | 88 | version ".tar.bz2")) |
| 89 | (sha256 | 89 | (sha256 |
| 90 | (base32 "0ax3cm9bzr6krl575mzmlbx7867pnx5acnyygpcxqzgg4lqxqggf")) | 90 | (base32 "1qcynvqh7g78iwas0gwv4a29dk0i985pp6pqih3zrll8jvajchs7")) |
| 91 | (snippet | 91 | (snippet |
| 92 | '(begin | 92 | '(begin |
| 93 | (use-modules (guix build utils)) | 93 | (use-modules (guix build utils)) |
