gnu: guile-email: Update to 0.3.1.

* gnu/packages/guile-xyz.scm (guile-email): Update to 0.3.1.
This commit is contained in:
Arun Isaac 2023-09-04 00:51:53 +01:00
parent e365c26a34
commit 7f20bed6c0
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1554,7 +1554,7 @@ (define-public guile-debbugs
(define-public guile-email
(package
(name "guile-email")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method git-fetch)
@ -1564,7 +1564,7 @@ (define-public guile-email
(file-name (git-file-name name version))
(sha256
(base32
"0q98r460yr75gyxg06zrrixwazncd9nxl2pgr68mff2wf41f291h"))))
"09r50zbkyxvg6f7qn37yibasw69ajxls3sgdnhy9j70mbvcmx9c4"))))
(build-system gnu-build-system)
(native-inputs
(list texinfo))