guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: bash: Update to patch level 2.


From: guix-commits
Subject: 01/01: gnu: bash: Update to patch level 2.
Date: Sat, 2 Mar 2019 15:21:46 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit 4aeb42b9f88a9191cfa5f7fed75143e0a03488c2
Author: Efraim Flashner <address@hidden>
Date:   Sat Mar 2 22:19:37 2019 +0200

    gnu: bash: Update to patch level 2.
    
    * gnu/packages/bash.scm (%patch-series-5.0): Add patches 1 and 2.
    [source]: Apply patches.
    [version]: Update with patch numbers.
---
 gnu/packages/bash.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 9fd4b30..4a884e6 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -61,7 +61,8 @@
   ;; This is the current patches series for 5.0, generated using
   ;; 'download-patches' below.
   (patch-series
-    ))
+    (1 "12bjfdy6bg8nhyw27bdgxn7h4paylx8d927skfmi9pxd1wgrxzpj")
+    (2 "01w7yrzmz10mw06ys0546vhl7isv2v402ziyvfd7k67588spvs47")))
 
 (define (download-patches store count)
   "Download COUNT Bash patches into store.  Return a list of
@@ -106,8 +107,10 @@ number/base32-hash tuples, directly usable in the 
'patch-series' form."
                     "mirror://gnu/bash/bash-" version ".tar.gz"))
               (sha256
                (base32
-                "0kgvfwqdcd90waczf4gx39xnrxzijhjrzyzv7s8v4w31qqm0za5l"))))
-     (version version)
+                "0kgvfwqdcd90waczf4gx39xnrxzijhjrzyzv7s8v4w31qqm0za5l"))
+              (patch-flags '("-p0"))
+              (patches %patch-series-5.0)))
+     (version (string-append version "." (number->string (length 
%patch-series-5.0))))
      (build-system gnu-build-system)
 
      (outputs '("out"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]