[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: alpine: Update to 2.23.2.
From: |
guix-commits |
Subject: |
02/11: gnu: alpine: Update to 2.23.2. |
Date: |
Sat, 29 Aug 2020 22:57:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0acbcaa90da1fb9ed0b1ec09d1a0c0674c99093a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 29 22:20:44 2020 +0200
gnu: alpine: Update to 2.23.2.
* gnu/packages/mail.scm (alpine): Update to 2.23.2.
[source]: Use new git tag.
---
gnu/packages/mail.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d0c0ce6..e1d3733 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2943,10 +2943,7 @@ operators and scripters.")
(define-public alpine
(package
(name "alpine")
- ;; Upstream doesn't use git tags, but does ‘tag’ their releases in the
- ;; commit message. Hence the lack of GIT-VERSIONing despite using a commit
- ;; ID below. Don't forget to update it…
- (version "2.22")
+ (version "2.23.2")
(source
(origin
(method git-fetch)
@@ -2956,10 +2953,10 @@ operators and scripters.")
;; http://alpine.freeiz.com/alpine/readme/README.patches
(uri (git-reference
(url "http://repo.or.cz/alpine.git")
- (commit "b50297779a4becb9ceca9c6b5b375d526fe3df78")))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "06js44fvdl7l33hfd4lsxpcd1cz3c0h796cswyzz0lkrzx89yl48"))
+ (base32 "16ldmmcymrnpnbfc1kb2rhac7nzlc87wjawic4wfinkphd124d1y"))
(modules '((guix build utils)))
(snippet
'(begin
- branch master updated (0c9ead5 -> 73a3085), guix-commits, 2020/08/29
- 01/11: gnu: fetchmail: Update to 6.4.10., guix-commits, 2020/08/29
- 02/11: gnu: alpine: Update to 2.23.2.,
guix-commits <=
- 06/11: gnu: scrypt: Update to 1.3.1., guix-commits, 2020/08/29
- 03/11: gnu: htop: Update to 3.0.0., guix-commits, 2020/08/29
- 05/11: gnu: scrypt: Install licence file with documentation., guix-commits, 2020/08/29
- 04/11: gnu: fdupes: Update to 2.1.2., guix-commits, 2020/08/29
- 07/11: gnu: wireguard-tools: Update to 1.0.20200827., guix-commits, 2020/08/29
- 08/11: gnu: vapoursynth: Update to 52., guix-commits, 2020/08/29
- 10/11: gnu: osinfo-db: Update to 20200813., guix-commits, 2020/08/29
- 09/11: gnu: straw-viewer: Update to 0.0.7., guix-commits, 2020/08/29
- 11/11: gnu: libde265: Update to 1.0.6., guix-commits, 2020/08/29