guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: mailcap: Update to 2.1.53.


From: guix-commits
Subject: 03/09: gnu: mailcap: Update to 2.1.53.
Date: Sat, 1 May 2021 05:29:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 81450d69722dca60ec5028d85a3dd6131301ca4a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 1 05:10:42 2021 +0200

    gnu: mailcap: Update to 2.1.53.
    
    * gnu/packages/mail.scm (mailcap): Update to 2.1.53.
---
 gnu/packages/mail.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index dc9c21f..5d307df 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -971,7 +971,7 @@ MIME-encoded email package.")
       (license license:bsd-3))))
 
 (define-public mailcap
-  (let* ((version "2.1.49")
+  (let* ((version "2.1.53")
          (tag ;; mailcap tags their releases like this: rMajor-minor-patch
           (string-append "r" (string-join (string-split version #\.) "-"))))
     (package
@@ -985,8 +985,7 @@ MIME-encoded email package.")
                (commit tag)))
          (file-name (git-file-name name version))
          (sha256
-          (base32
-           "0ck1fw6gqn51phcfakhfpfq1yziv3gnmgjvswzhj9x0p162n6alj"))))
+          (base32 "14939pq7h25rh9100z72vzzx810yqg98im9gz2fbhh47iaj1wrbb"))))
       (build-system gnu-build-system)
       (arguments
        '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]