me
/
guix
Archived
1
0
Fork 0

gnu: libesmtp: Update to 1.1.0.

* gnu/packages/mail.scm (libesmtp): Update to 1.1.0.
[native-inputs]: Remove them all again.
master
Tobias Geerinckx-Rice 2021-06-30 15:42:05 +02:00
parent 9636591edf
commit 4f77288569
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 7 deletions

View File

@ -162,6 +162,7 @@
#:use-module (guix build-system gnu) #:use-module (guix build-system gnu)
#:use-module (guix build-system go) #:use-module (guix build-system go)
#:use-module (guix build-system guile) #:use-module (guix build-system guile)
#:use-module (guix build-system meson)
#:use-module (guix build-system perl) #:use-module (guix build-system perl)
#:use-module (guix build-system python) #:use-module (guix build-system python)
#:use-module (guix build-system trivial) #:use-module (guix build-system trivial)
@ -2314,7 +2315,7 @@ format and headers.")
(define-public libesmtp (define-public libesmtp
(package (package
(name "libesmtp") (name "libesmtp")
(version "1.0.6") (version "1.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2323,12 +2324,8 @@ format and headers.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0pylvjpdf92i0j9bl43sg37k1ksbzk1k7cgdk91kkcc0krh0r09g")))) (base32 "1bhh8hlsl9597x0bnfl563k2c09b61qnkb9mfyqcmzlq63m1zw5y"))))
(build-system gnu-build-system) (build-system meson-build-system)
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)))
(propagated-inputs (propagated-inputs
`(("openssl" ,openssl))) `(("openssl" ,openssl)))
(home-page "http://www.stafford.uklinux.net/libesmtp/") (home-page "http://www.stafford.uklinux.net/libesmtp/")