mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: readline: Update to 8.0.4.
* gnu/packages/readline.scm (%patch-series-8.0): Add patches 2 through 4.
This commit is contained in:
parent
c37f9be952
commit
d317d3dfe3
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,10 @@ (define-syntax-rule (patch-series version (seqno hash) ...)
|
|||
(define %patch-series-8.0
|
||||
(patch-series
|
||||
"8.0"
|
||||
(1 "0sfh7wn0pr743xspnb1zndxndlv9rc0hcg14cbw5cmyg6f4ykrfq")))
|
||||
(1 "0sfh7wn0pr743xspnb1zndxndlv9rc0hcg14cbw5cmyg6f4ykrfq")
|
||||
(2 "1xy8mv8xm8hsfixwp3ci9kfx3dii3y92cq27wwd0jq75y6zzxc1n")
|
||||
(3 "1vza7sxjcsr2z295ij12nzgncdil1vb6as3mqy4m7svi1chv5pcl")
|
||||
(4 "0k1rfx9w32lglxg564yvp0mw6jg6883p8ac2f2lxxqpf80m3vami")))
|
||||
|
||||
(define %patch-series-7.0
|
||||
(patch-series
|
||||
|
|
Loading…
Reference in a new issue