diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2025-03-13 02:58:28 +0000 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2025-03-13 03:01:14 +0000 |
commit | fdcc40eeb3d741f2e7b6bcb8524e15535aeeaf42 (patch) | |
tree | 171673e747918cbdefe900bb09c1e71145d2a8c4 | |
parent | e124661486ec722b5c09a94b416f0104b9dde5a4 (diff) |
gnu: guile-email: Update to 0.4.0.
* gnu/packages/guile-xyz.scm (guile-email): Update to 0.4.0.
-rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index ae868e58f1..bc383f7ee8 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -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.3.2") + (version "0.4.0") (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 - "1lxiigsch4skh46s71phg0xzlwlcs3cyvq5q5i7gqkksg6737xjw")))) + "1n8d3vk5hi3lbnz72z4175ify2723fqly7r7p72x7pd12raxgv89")))) (build-system gnu-build-system) (native-inputs (list lzip texinfo)) |