diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-07-18 17:47:22 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-07-18 17:47:22 +0200 |
| commit | 736ef15dcaa96d923799d9ce3f216accd59d5956 (patch) | |
| tree | bf9941c7ed9d659dcb88a99297b03615d3fb3e5b /gnu/packages/mail.scm | |
| parent | 8468105f1585ec5e9856f383cab5773fd4eba1ef (diff) | |
gnu: mutt: Update to 2.3.3.
* gnu/packages/mail.scm (mutt): Update to 2.3.3.
Diffstat (limited to 'gnu/packages/mail.scm')
| -rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 8f3ef2dd3f1..8bc144dd21f 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -804,7 +804,7 @@ aliasing facilities to work just as they would on normal mail.") | |||
| 804 | (define-public mutt | 804 | (define-public mutt |
| 805 | (package | 805 | (package |
| 806 | (name "mutt") | 806 | (name "mutt") |
| 807 | (version "2.2.14") | 807 | (version "2.3.3") |
| 808 | (source | 808 | (source |
| 809 | (origin | 809 | (origin |
| 810 | (method git-fetch) | 810 | (method git-fetch) |
| @@ -816,7 +816,7 @@ aliasing facilities to work just as they would on normal mail.") | |||
| 816 | "-rel")))) | 816 | "-rel")))) |
| 817 | (file-name (git-file-name name version)) | 817 | (file-name (git-file-name name version)) |
| 818 | (sha256 | 818 | (sha256 |
| 819 | (base32 "1qmq4l8xrmgs3g2an5r6888ih7wrig7m2ib0dv4kajqlnk9bh54s")) | 819 | (base32 "1npij92kd0yar4b9g1afi98r9h9za5ipjk3fkyrpcj7ac24n4z20")) |
| 820 | (patches (search-patches "mutt-store-references.patch")))) | 820 | (patches (search-patches "mutt-store-references.patch")))) |
| 821 | (build-system gnu-build-system) | 821 | (build-system gnu-build-system) |
| 822 | (native-inputs | 822 | (native-inputs |
