unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29424] [PATCH] gnu: parallel: Update to 20171122.
@ 2017-11-24 14:10 Rutger Helling
  2017-11-24 14:32 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Rutger Helling @ 2017-11-24 14:10 UTC (permalink / raw)
  To: 29424


[-- Attachment #1.1: Type: text/plain, Size: 30 bytes --]

Here's an update for parallel.

[-- Attachment #1.2: Type: text/html, Size: 217 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-parallel-Update-to-20171122.patch --]
[-- Type: text/x-diff; name=0001-gnu-parallel-Update-to-20171122.patch, Size: 1318 bytes --]

From 0fc4b35735a3791f1c5851f57b8b4fc79beb7484 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Fri, 24 Nov 2017 15:07:07 +0100
Subject: [PATCH] gnu: parallel: Update to 20171122.

* gnu/packages/parallel.scm (parallel): Update to 20171122.
---
 gnu/packages/parallel.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index bbed52544..0e7b78fb7 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -45,7 +46,7 @@
 (define-public parallel
   (package
     (name "parallel")
-    (version "20171022")
+    (version "20171122")
     (source
      (origin
       (method url-fetch)
@@ -53,7 +54,7 @@
                           version ".tar.bz2"))
       (sha256
        (base32
-        "18pq10npl7g764ww7cy9r5n5s3kiy984jclf932qfgndcxsbpqpp"))))
+        "19l2r8zzh8jyb76r3ksfq9y3r8fg07xw31h0dq1d7jpf73fnmd21"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-26 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24 14:10 [bug#29424] [PATCH] gnu: parallel: Update to 20171122 Rutger Helling
2017-11-24 14:32 ` Leo Famulari
2017-11-26 13:18   ` bug#29424: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).