mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: alpine: Update to 2.21.999.
* gnu/packages/mail.scm (alpine): Update to 2.21.999. [source]: Change to new upstream location. [home-page]: Use new location. Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
This commit is contained in:
parent
6fcb90eebd
commit
78ba71b0b4
1 changed files with 6 additions and 5 deletions
|
@ -2326,7 +2326,7 @@ (define-public swaks
|
||||||
(define-public alpine
|
(define-public alpine
|
||||||
(package
|
(package
|
||||||
(name "alpine")
|
(name "alpine")
|
||||||
(version "2.21")
|
(version "2.21.999")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2334,11 +2334,12 @@ (define-public alpine
|
||||||
;; patches and the version which adds extra fixes. Every distro uses
|
;; patches and the version which adds extra fixes. Every distro uses
|
||||||
;; the patched version, and so do we to not break expectations.
|
;; the patched version, and so do we to not break expectations.
|
||||||
;; http://alpine.freeiz.com/alpine/readme/README.patches
|
;; http://alpine.freeiz.com/alpine/readme/README.patches
|
||||||
(uri (string-append "http://alpine.freeiz.com/alpine/patches/alpine-"
|
(uri (string-append "http://repo.or.cz/alpine.git/snapshot/"
|
||||||
version "/alpine-" version ".tar.xz"))
|
"349642a84039a4b026513c32a3b4f8594acd50df.tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k9hcfjywfk3mpsl71hjza3nk6icgf1b6xxzgx10kdzg5yci5x5m"))))
|
"1rkvlfk3q7h9jcvaj91pk7l087bq4b38j30060jaw21zz94b90np"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (list "CC=gcc")
|
`(#:make-flags (list "CC=gcc")
|
||||||
|
@ -2376,7 +2377,7 @@ (define-public alpine
|
||||||
("aspell" ,aspell)
|
("aspell" ,aspell)
|
||||||
("tcl" ,tcl)
|
("tcl" ,tcl)
|
||||||
("linux-pam" ,linux-pam)))
|
("linux-pam" ,linux-pam)))
|
||||||
(home-page "http://alpine.freeiz.com/alpine/")
|
(home-page "http://repo.or.cz/alpine.git")
|
||||||
(synopsis "Alternatively Licensed Program for Internet News and Email")
|
(synopsis "Alternatively Licensed Program for Internet News and Email")
|
||||||
(description
|
(description
|
||||||
"Alpine is a text-based mail and news client. Alpine includes several
|
"Alpine is a text-based mail and news client. Alpine includes several
|
||||||
|
|
Loading…
Reference in a new issue