gnu: mailcap: Update to 2.1.53.

* gnu/packages/mail.scm (mailcap): Update to 2.1.53.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-01 05:10:42 +02:00
parent 9fdee1e947
commit 81450d6972
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -971,7 +971,7 @@ (define-public ripmime
(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 @@ (define-public mailcap
(commit tag)))
(file-name (git-file-name name version))
(sha256
(base32
"0ck1fw6gqn51phcfakhfpfq1yziv3gnmgjvswzhj9x0p162n6alj"))))
(base32 "14939pq7h25rh9100z72vzzx810yqg98im9gz2fbhh47iaj1wrbb"))))
(build-system gnu-build-system)
(arguments
'(#:phases