1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: guile-email: Update to 0.4.1.

* gnu/packages/guile-xyz.scm (guile-email): Update to 0.4.1.
This commit is contained in:
Arun Isaac 2025-03-16 06:09:25 +00:00
parent 0b96c1f950
commit c445975754
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -1775,7 +1775,7 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
(define-public guile-email
(package
(name "guile-email")
(version "0.4.0")
(version "0.4.1")
(source
(origin
(method url-fetch)
@ -1783,7 +1783,7 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.")
"guile-email-" version ".tar.lz"))
(sha256
(base32
"1n8d3vk5hi3lbnz72z4175ify2723fqly7r7p72x7pd12raxgv89"))))
"1qcrnzzhmvc8py1nybdznzrgqhlppazas0sbmm6zqjb6pd2kqqx0"))))
(build-system gnu-build-system)
(native-inputs
(list lzip texinfo))