me
/
guix
Archived
1
0
Fork 0

gnu: guile-email: Update to 0.3.1.

* gnu/packages/guile-xyz.scm (guile-email): Update to 0.3.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1554,7 +1554,7 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
(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 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
(file-name (git-file-name name version))
(sha256
(base32
"0q98r460yr75gyxg06zrrixwazncd9nxl2pgr68mff2wf41f291h"))))
"09r50zbkyxvg6f7qn37yibasw69ajxls3sgdnhy9j70mbvcmx9c4"))))
(build-system gnu-build-system)
(native-inputs
(list texinfo))