mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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.
This commit is contained in:
parent
b9a30e0d37
commit
4aeb42b9f8
1 changed files with 6 additions and 3 deletions
|
@ -61,7 +61,8 @@ (define %patch-series-5.0
|
|||
;; 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 @@ (define-public bash
|
|||
"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"
|
||||
|
|
Loading…
Reference in a new issue