diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-12 02:00:02 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-12 02:00:01 +0200 |
| commit | 37e64eed03fd7cdb7f3e647c13be411549578ba2 (patch) | |
| tree | 3423b8b9dae15a52b9418d97822a44d692e26a14 /gnu | |
| parent | 9cc2fe90e8d243679ba138fb56232e0d468b7942 (diff) | |
gnu: fdm: Update to 2.1.
* gnu/packages/mail.scm (fdm): Update to 2.1.
Diffstat (limited to 'gnu')
| -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 5d2fbdeff55..06823a09a56 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -2424,13 +2424,13 @@ compatibility shims for the @command{sendmail}, @command{mailq}, and | |||
| 2424 | (define-public fdm | 2424 | (define-public fdm |
| 2425 | (package | 2425 | (package |
| 2426 | (name "fdm") | 2426 | (name "fdm") |
| 2427 | (version "2.0") | 2427 | (version "2.1") |
| 2428 | (source (origin | 2428 | (source (origin |
| 2429 | (method url-fetch) | 2429 | (method url-fetch) |
| 2430 | (uri (string-append "https://github.com/nicm/fdm/releases/download/" | 2430 | (uri (string-append "https://github.com/nicm/fdm/releases/download/" |
| 2431 | version "/fdm-" version ".tar.gz")) | 2431 | version "/fdm-" version ".tar.gz")) |
| 2432 | (sha256 | 2432 | (sha256 |
| 2433 | (base32 "196fs1z8y7p12wmqn1bylzz94szl58yv2aby3p30nmwjnyv8rch6")))) | 2433 | (base32 "1zxd5j5x2gp6m62j83xsjyfglw1p6gn4zk5qx10djdh8xzkg53c5")))) |
| 2434 | (build-system gnu-build-system) | 2434 | (build-system gnu-build-system) |
| 2435 | (inputs | 2435 | (inputs |
| 2436 | (list tdb openssl zlib)) | 2436 | (list tdb openssl zlib)) |
