Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: vim: Update to 8.2.1840. | 9e0de744b183a4bfdf537f68d93568746af9e953 | Tobias Geerinckx-Rice | 2020-10-13 16:49:08 |
gnu: xonsh: Update to 0.9.23. | 347b68c7401c61baa32b51f87e2c961c51024203 | Tobias Geerinckx-Rice | 2020-10-13 16:48:40 |
gnu: stunnel: Update to 5.57 [security fixes]. | 7e868a3958eaed25088b2ea9acd8cc7dd5967c0d | Tobias Geerinckx-Rice | 2020-10-13 15:07:23 |
gnu: alpine: Update to 2.24. | d395f422e7c77633f5299b8940a01cd525eb251e | Tobias Geerinckx-Rice | 2020-10-13 14:11:45 |
gnu: kdenlive: Update to 20.08.2. | 6e7143c5f5ba2330cbed44cf5a9c4c1cd52aebbb | Tobias Geerinckx-Rice | 2020-10-13 13:57:07 |
gnu: ncmpc: Update to 0.40. | 639a934f72d6769498b057f1c776d5cab0092c25 | Tobias Geerinckx-Rice | 2020-10-13 13:56:36 |
gnu: libmtp: Update to 1.1.18. | abc214229d0e2628f2e32810bfd4dab414b9b91f | Tobias Geerinckx-Rice | 2020-10-13 13:48:11 |
gnu: libsecret: Update to 0.20.4. | dcf05d0560a4c1b44634b6225cf78dbb532b9bd8 | Tobias Geerinckx-Rice | 2020-10-13 13:28:01 |
gnu: easyrpg-player: Update to 0.6.2.3. | 65ed6e37336cf1e16d837979b2b12c92ba6138a2 | Tobias Geerinckx-Rice | 2020-10-13 13:22:15 |
gnu: gtkwave: Update to 3.3.107. | e1a2c23e7e716046c4f1753089d6caf2a410449f | Tobias Geerinckx-Rice | 2020-10-13 13:18:10 |
gnu: facter: Update to 4.0.43. | 199dfe916b01c11a22eb5bf26c20e64f452ad49d | Tobias Geerinckx-Rice | 2020-10-13 13:00:09 |
gnu: nsd: Update to 4.3.3. | 6d8e4ea9b720c323adf1f3f636d681d78b2b916a | Tobias Geerinckx-Rice | 2020-10-13 12:59:27 |
gnu: knot: Update to 3.0.1. | 0e5968e49a4d69962c921e70bf477ef5fc15274d | Tobias Geerinckx-Rice | 2020-10-13 12:55:59 |
gnu: nmap: Update to 7.91. | 3c452a35ef6e34ec9221114713c11fe912adebd5 | Tobias Geerinckx-Rice | 2020-10-13 12:53:04 |
gnu: txr: Update to 244. | 7b554d690fc12b5011fe168cafaa2447f7d0b304 | Guillaume Le Vaillant | 2020-10-13 11:41:37 |
gnu: Add rust-termios-0.2. | 39225ffea27d160cc96fbd057abe0604cc781fb6 | John Soo | 2020-06-17 22:26:07 |
gnu: rust-toml-0.5: Update to 0.5.7. | edbbb95ed239bd04c818ac81f5a3ab98819de34b | Efraim Flashner | 2020-10-13 07:53:51 |
gnu: rust-glob-0.3: Skip tests. | 43b6bad7b3ca4544759609d1d67e5920b9f02bc1 | Efraim Flashner | 2020-10-13 07:45:57 |
gnu: rust-getopts-0.2: Don't skip build. | 1c054e3f717968b0c40ff0faabd654a2bc19be3d | Efraim Flashner | 2020-10-13 07:42:20 |
gnu: rust-fxhash-0.2: Don't skip build. | 8d71613ca7e3e0c94d7bcf526fa24af59c4888c7 | Efraim Flashner | 2020-10-13 07:40:30 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/vim.scm | 2 | 2 |
File gnu/packages/vim.scm changed (mode: 100644) (index 6554369dee..def1f870ca) | |||
70 | 70 | (define-public vim | (define-public vim |
71 | 71 | (package | (package |
72 | 72 | (name "vim") | (name "vim") |
73 | (version "8.2.1812") | ||
73 | (version "8.2.1840") | ||
74 | 74 | (source (origin | (source (origin |
75 | 75 | (method git-fetch) | (method git-fetch) |
76 | 76 | (uri (git-reference | (uri (git-reference |
79 | 79 | (file-name (git-file-name name version)) | (file-name (git-file-name name version)) |
80 | 80 | (sha256 | (sha256 |
81 | 81 | (base32 | (base32 |
82 | "0dh9v3xwj7ing3z27gibpn5ylhgd813pakfsflbbl0qb93lzr5a7")))) | ||
82 | "0ly2kv1x3jqi363wjk694s8bi9q0xvw7yizf8pzanan8h2wy1r28")))) | ||
83 | 83 | (build-system gnu-build-system) | (build-system gnu-build-system) |
84 | 84 | (arguments | (arguments |
85 | 85 | `(#:test-target "test" | `(#:test-target "test" |