Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: swaks: Update to 20201014.0. | f04a7ef5b6265a7c84aa41386fb99fe83ad024cb | Tobias Geerinckx-Rice | 2020-10-15 18:58:42 |
gnu: swaks: Use git source. | ad8cdc7b89d8f2d4406c70d3833f77f2f4cb20e4 | Tobias Geerinckx-Rice | 2020-10-15 18:46:57 |
gnu: fakeroot: Update to 1.25.3. | 7f4a81540acb58edf740841addcbe07bf3b1f904 | Tobias Geerinckx-Rice | 2020-10-15 18:20:40 |
gnu: asunder: Update to 2.9.7. | 25bc6ffdd06521702094bb799dd300090ac0bc52 | Tobias Geerinckx-Rice | 2020-10-15 17:52:26 |
gnu: knot-resolver: Build with only knot:lib. | a97ea4ff2a407ec4c5bd3ffe55c9c59a1e8c37ea | Tobias Geerinckx-Rice | 2020-10-15 00:40:38 |
gnu: knot: Build separate outputs. | 8154df5307bc3d27326e4a94c5b505a18c2723eb | Tobias Geerinckx-Rice | 2020-10-15 00:36:02 |
gnu: emacs-with-editor: Update to 2.9.4-1. | 4caa84e29927d0ae225860ef0027359f2aa8d56a | Michael Rohleder | 2020-10-15 21:58:26 |
doc: cookbook: Clarify what keywords are. | c0001b8bfca3409e25bd0e7d8925df2132e91d06 | Ludovic Courtès | 2020-10-15 21:50:11 |
gnu: synapse: Update to 1.20.1. | 850a2f7417468b8894d17a5659fac83d06fcce41 | Michael Rohleder | 2020-10-12 12:34:51 |
gnu: go-ipfs: Update to 0.7.0. | 58f0bd2468c6de7f350aaaecbeb51021e77913c3 | Michael Rohleder | 2020-10-12 09:16:59 |
gnu: zathura: Update to 0.4.7. | 2266f16296c4fdf67458bac1e5a96aff5c0bca9b | Michael Rohleder | 2020-10-11 15:25:32 |
doc: Improve "Build Utilities". | 699f1de7218421b9ab6752fef7a7109dca6ff7fc | Ludovic Courtès | 2020-10-15 21:32:47 |
gnu: mdk: Sort inputs alphabetically. | 0ea23218ad5a625400fc478e24408e9fd1aec94a | Efraim Flashner | 2020-10-15 21:07:10 |
gnu: mdk: Fix indentation. | 40541eaa0657785f27e6595e4e1b7a2ba4a1afde | Efraim Flashner | 2020-10-15 21:06:01 |
gnu: mdk: Update to 1.2.11. | 62a7f3b84cec377a1359aeba0be6d1bf3e3123bb | Efraim Flashner | 2020-10-15 21:02:13 |
gnu: r-sf: Use proj instead of proj.4. | ae6a61d7311cde7ccb863bcff57e26f7674ebc18 | Wiktor Żelazny | 2020-10-14 17:24:05 |
gnu: Add tsukundere. | 3e072a59be55107bdcde4d1eabe2c857a254ebcc | Leo Prikler | 2020-10-15 10:20:41 |
gnu: xfce4-cpufreq-plugin: Update to 1.2.2. | a19983fb4d9e80e301a7b774b4637537b1506e3c | Michael Rohleder | 2020-10-15 12:58:26 |
gnu: linux-libre: Enable XDP sockets and their monitoring. | f43287aff06082c83649a1d0c0184b9ac347c3c8 | Tobias Geerinckx-Rice via Guix-patches via | 2020-10-06 22:52:17 |
gnu: linux-libre: Update to 4.4.239. | 94e591633dbff4a6db7d6a86e664a36090ff3f68 | Leo Famulari | 2020-10-14 14:59:50 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/mail.scm | 2 | 2 |
File gnu/packages/mail.scm changed (mode: 100644) (index e49a8bdae1..8e85c7b7eb) | |||
... | ... | on the fly. Both programs are written in C and are very fast.") | |
3230 | 3230 | (define-public swaks | (define-public swaks |
3231 | 3231 | (package | (package |
3232 | 3232 | (name "swaks") | (name "swaks") |
3233 | (version "20190914.0") | ||
3233 | (version "20201014.0") | ||
3234 | 3234 | (source | (source |
3235 | 3235 | (origin | (origin |
3236 | 3236 | (method git-fetch) | (method git-fetch) |
... | ... | on the fly. Both programs are written in C and are very fast.") | |
3239 | 3239 | (commit (string-append "v" version)))) | (commit (string-append "v" version)))) |
3240 | 3240 | (file-name (git-file-name name version)) | (file-name (git-file-name name version)) |
3241 | 3241 | (sha256 | (sha256 |
3242 | (base32 "0xd3952mm8r0nj32rhvciiaq8cx4hxvr7nqpv4njq18q6gv13qby")))) | ||
3242 | (base32 "131i2b1yxhnbqkfk4kky40pfanqw2c5lcgbnjhfqp5cvpawpk2ai")))) | ||
3243 | 3243 | (build-system perl-build-system) | (build-system perl-build-system) |
3244 | 3244 | (inputs | (inputs |
3245 | 3245 | `(("perl-io-socket-inet6" ,perl-io-socket-inet6) | `(("perl-io-socket-inet6" ,perl-io-socket-inet6) |