me
/
guix
Archived
1
0
Fork 0

gnu: altermime: Update to 0.3.11.

* gnu/packages/mail.scm (altermime): Update to 0.3.11.
master
Tobias Geerinckx-Rice 2020-11-29 22:46:23 +01:00
parent 465a251380
commit 8daad379bf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -666,14 +666,14 @@ Extension (MIME).")
(define-public altermime
(package
(name "altermime")
(version "0.3.10")
(version "0.3.11")
(source (origin
(method url-fetch)
(uri (string-append "http://pldaniels.com/altermime/altermime-"
version ".tar.gz"))
(sha256
(base32
"0vn3vmbcimv0n14khxr1782m76983zz9sf4j2kz5v86lammxld43"))))
"15zxg6spcmd35r6xbidq2fgcg2nzyv1sbbqds08lzll70mqx4pj7"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CC=gcc"