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 ae868e58f17..bc383f7ee84 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}.") | |||
| 1775 | (define-public guile-email | 1775 | (define-public guile-email |
| 1776 | (package | 1776 | (package |
| 1777 | (name "guile-email") | 1777 | (name "guile-email") |
| 1778 | (version "0.3.2") | 1778 | (version "0.4.0") |
| 1779 | (source | 1779 | (source |
| 1780 | (origin | 1780 | (origin |
| 1781 | (method url-fetch) | 1781 | (method url-fetch) |
| @@ -1783,7 +1783,7 @@ tracker's SOAP service, such as @url{https://bugs.gnu.org}.") | |||
| 1783 | "guile-email-" version ".tar.lz")) | 1783 | "guile-email-" version ".tar.lz")) |
| 1784 | (sha256 | 1784 | (sha256 |
| 1785 | (base32 | 1785 | (base32 |
| 1786 | "1lxiigsch4skh46s71phg0xzlwlcs3cyvq5q5i7gqkksg6737xjw")))) | 1786 | "1n8d3vk5hi3lbnz72z4175ify2723fqly7r7p72x7pd12raxgv89")))) |
| 1787 | (build-system gnu-build-system) | 1787 | (build-system gnu-build-system) |
| 1788 | (native-inputs | 1788 | (native-inputs |
| 1789 | (list lzip texinfo)) | 1789 | (list lzip texinfo)) |
