Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: slurm: Update to 20.02.5. | 3c338135f1ec218f2cd19786a13b883ed36f12bb | Ricardo Wurmus | 2020-10-14 13:22:29 |
gnu: bluez-alsa: Add LDAC support. | 09b00a62b297edb92ac4dde6f4838261ac0cad16 | Ricardo Wurmus | 2020-10-14 12:54:22 |
gnu: bluez-alsa: Update to 3.0.0. | a079f3eb2fad1a88e6cdfdd35996bf36e01ed4b0 | Ricardo Wurmus | 2020-10-14 12:54:13 |
gnu: Add ldacbt. | c8d07c5f1f76951b0284f1435b563e8fe14d5674 | Ricardo Wurmus | 2020-10-14 12:53:54 |
services: nginx: Fix typo in exported symbol. | 5436b673f53d27753b53ab8d94eea6153a20e483 | Lulu | 2020-10-14 06:37:30 |
gnu: rxvt-unicode: Enable 256 colors | 4835d52efd6aedb14978089785a09baf2be31386 | Josh Hoff | 2020-10-10 09:55:26 |
gnu: monero-gui: Update to 0.17.1.0. | 3df707778a29b7364fffe94c150a9f69467c47cf | Guillaume Le Vaillant | 2020-10-14 09:07:23 |
gnu: monero: Update to 0.17.1.0. | 47fb72d2e500bffd167a95d6fa116755711a9bd3 | Guillaume Le Vaillant | 2020-10-14 08:27:05 |
gnu: offlineimap: Update to 7.3.3. | d763e3c7461028c2e6575f1edeba4743f16e0878 | Tim Gesthuizen | 2020-10-13 12:17:53 |
gnu: Add python-rfc6555. | 7a5d13786b0d54a8d85932557b55dec1653f1402 | Tim Gesthuizen | 2020-10-13 12:16:58 |
gnu: kmonad: Update to 0.4.1. | 71e35cb34db4006588dee4d93dc75dfa3d406276 | Alex Griffin | 2020-10-14 06:52:36 |
news: Add ‘de’ translation. | dad56a2b5b01bec5ae7acd9859727671fc060070 | Florian Pelz | 2020-10-14 06:25:34 |
gnu: Krita: Update to 4.4.0. | ec7803981a74b733c58cbb63dea4ed724c24e2de | Leo Famulari | 2020-10-14 03:22:04 |
gnu: Add libleak. | bc23c3ecd1a8e523ea385068c8ce618c8309b274 | Maxim Cournoyer | 2020-10-13 15:21:40 |
gnu: Add libwuya. | 9acf79b25861b75a92ea8c32eb926e465ba5b20a | Maxim Cournoyer | 2020-10-13 19:15:59 |
gnu: Add libbacktrace. | 7e15ded6474bf3096f01fcd830337d66cb682669 | Maxim Cournoyer | 2020-10-13 19:14:32 |
Revert "gnu: python-chardet: Enable tests." | 58af4c9621af02cc4e2bb5692d4b377084b0fcc6 | Marius Bakke | 2020-10-13 22:46:30 |
gnu: Add go-github-com-gologme-log. | fd595f31e3301df7976951ceb9683e66f629c3dd | raingloom | 2020-07-13 02:22:46 |
gnu: Add go-github-com-cheggaaa-pb. | 4a28246d3080598d2f5b0a249607fc0ccbf81e83 | raingloom | 2020-07-13 02:21:11 |
gnu: Add go-github-com-arceliar-phony. | 6e085d6f17e831e88a35c275892bde32fdb11986 | raingloom | 2020-07-13 02:15:28 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/parallel.scm | 3 | 3 |
File gnu/packages/parallel.scm changed (mode: 100644) (index 96968a5790..585be21607) | |||
4 | 4 | ;;; Copyright © 2015, 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il> | ;;; Copyright © 2015, 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il> |
5 | 5 | ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl> | ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl> |
6 | 6 | ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> | ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr> |
7 | ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> | ||
7 | ;;; Copyright © 2016, 2020 Ricardo Wurmus <rekado@elephly.net> | ||
8 | 8 | ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> | ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> |
9 | 9 | ;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com> | ;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com> |
10 | 10 | ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> | ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> |
... | ... | and they are executed on lists of files, hosts, users or other items.") | |
108 | 108 | (define-public slurm | (define-public slurm |
109 | 109 | (package | (package |
110 | 110 | (name "slurm") | (name "slurm") |
111 | (version "19.05.3-2") | ||
111 | (version "20.02.5") | ||
112 | 112 | (source (origin | (source (origin |
113 | 113 | (method url-fetch) | (method url-fetch) |
114 | 114 | (uri (string-append | (uri (string-append |
... | ... | and they are executed on lists of files, hosts, users or other items.") | |
116 | 116 | version ".tar.bz2")) | version ".tar.bz2")) |
117 | 117 | (sha256 | (sha256 |
118 | 118 | (base32 | (base32 |
119 | "0qj4blfymrd2ry2qmb58l3jbr4jwygc3adcfw7my27rippcijlyc")) | ||
119 | "08qp60rxsny6fcx58xim88avx7f7h7q1vpq3lfw6nlha04r7lan3")) | ||
120 | 120 | (modules '((guix build utils))) | (modules '((guix build utils))) |
121 | 121 | (snippet | (snippet |
122 | 122 | '(begin | '(begin |