3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Efraim Flashner 2019-03-02 22:19:37 +02:00
parent b9a30e0d37
commit 4aeb42b9f8
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -61,7 +61,8 @@
;; This is the current patches series for 5.0, generated using ;; This is the current patches series for 5.0, generated using
;; 'download-patches' below. ;; 'download-patches' below.
(patch-series (patch-series
)) (1 "12bjfdy6bg8nhyw27bdgxn7h4paylx8d927skfmi9pxd1wgrxzpj")
(2 "01w7yrzmz10mw06ys0546vhl7isv2v402ziyvfd7k67588spvs47")))
(define (download-patches store count) (define (download-patches store count)
"Download COUNT Bash patches into store. Return a list of "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")) "mirror://gnu/bash/bash-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0kgvfwqdcd90waczf4gx39xnrxzijhjrzyzv7s8v4w31qqm0za5l")))) "0kgvfwqdcd90waczf4gx39xnrxzijhjrzyzv7s8v4w31qqm0za5l"))
(version version) (patch-flags '("-p0"))
(patches %patch-series-5.0)))
(version (string-append version "." (number->string (length %patch-series-5.0))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"