Subject | Hash | Author | Date (UTC) |
---|---|---|---|
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 |
gnu: linux-libre 4.9: Update to 4.9.239. | f5e0df37ad864c327737647eecbcdab45550a46d | Leo Famulari | 2020-10-14 14:59:10 |
gnu: linux-libre 4.14: Update to 4.14.201. | a5d02c1634cdd7c3ab2df92f0af4666354fe8819 | Leo Famulari | 2020-10-14 14:58:00 |
gnu: linux-libre 4.19: Update to 4.19.151. | aa75d5163e2a614113dbf2f2dd73e2d422b934a3 | Leo Famulari | 2020-10-14 14:49:57 |
gnu: linux-libre 5.4: Update to 5.4.71. | 7a34589246f0ce22829dc81fa86be112e635edd6 | Leo Famulari | 2020-10-14 14:44:26 |
gnu: linux-libre: Update to 5.8.15. | 78890b7aeea61d499d01d8f637cd2cc77bfb512f | Leo Famulari | 2020-10-14 14:42:03 |
doc: Add "Build Utilities" section. | 61263e1ba3a5d9b31da5876b1c5248cee3859996 | Ludovic Courtès | 2020-10-15 16:48:30 |
ui: Only suggest modules that export the unbound variable identifier. | 5ef1508942ee083ed22b844f5291e59320016b79 | Ludovic Courtès | 2020-10-15 14:41:14 |
doc: cookbook: Use @code for the identifiers of utility functions. | 48720afb322ab5ad1b6102276f4795a14803fa61 | Ludovic Courtès | 2020-10-15 14:13:00 |
doc: cookbook: More "#true" and "#false". | 345136834579940ff85657ccba08cf092e949579 | Ludovic Courtès | 2020-10-15 13:35:25 |
doc: cookbook: Use @var for meta-syntactic variables. | 51f34e21c69459d3226bb1bbe0c0aaaf2e00465c | Ludovic Courtès | 2020-10-15 13:24:07 |
doc: cookbook: Fix 'let' form in example. | 7802988201820dd951407521e243557293dceb94 | Ludovic Courtès | 2020-10-15 13:16:59 |
gnu: dune: Update to 2.7.1. | 339177956affdc471832750a3805b74356487e93 | Julien Lepiller | 2020-09-30 22:07:51 |
gnu: ocaml-4.07: Ensure build with ocaml4.7-dune. | 339c752d0542129dd7e55c2e67084a512fa6856f | Julien Lepiller | 2020-10-01 12:50:30 |
gnu: ocaml-jane-street-headers: Build only with OCaml 4.07. | f2df5a4bb200e4d7c7ed5c569bccc137b99840b3 | Julien Lepiller | 2020-10-01 12:35:49 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/education.scm | 6 | 6 |
File gnu/packages/education.scm changed (mode: 100644) (index ff1a9e309d..5f5057223e) | |||
2 | 2 | ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org> | ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org> |
3 | 3 | ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> | ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> |
4 | 4 | ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> | ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> |
5 | ;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il> | ||
5 | ;;; Copyright © 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> | ||
6 | 6 | ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> | ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> |
7 | 7 | ;;; Copyright © 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> | ;;; Copyright © 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> |
8 | 8 | ;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net> | ;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net> |
... | ... | floating through space.") | |
956 | 956 | (define-public mdk | (define-public mdk |
957 | 957 | (package | (package |
958 | 958 | (name "mdk") | (name "mdk") |
959 | (version "1.2.10") | ||
959 | (version "1.2.11") | ||
960 | 960 | (source | (source |
961 | 961 | (origin | (origin |
962 | 962 | (method url-fetch) | (method url-fetch) |
963 | (uri (string-append "mirror://gnu/mdk/v1.2.10/mdk-" | ||
963 | (uri (string-append "mirror://gnu/mdk/v" version "/mdk-" | ||
964 | 964 | version ".tar.gz")) | version ".tar.gz")) |
965 | 965 | (sha256 | (sha256 |
966 | 966 | (base32 | (base32 |
967 | "1rwcq2b5vvv7318j92nxc5dayj27dpfhzc4rjiv4ccvsc0x35x5h")))) | ||
967 | "0rrac91ynya4jrhv14j9vvn21c5z80hi1zmmdxjb0d9zz6i7kjgb")))) | ||
968 | 968 | (build-system gnu-build-system) | (build-system gnu-build-system) |
969 | 969 | (arguments | (arguments |
970 | 970 | `(#:configure-flags (list "--enable-gui=yes" "-with-readline=yes"))) | `(#:configure-flags (list "--enable-gui=yes" "-with-readline=yes"))) |
971 | 971 | (native-inputs | (native-inputs |
972 | 972 | `(("flex" ,flex) | `(("flex" ,flex) |
973 | 973 | ("pkg-config" ,pkg-config) | ("pkg-config" ,pkg-config) |
974 | ("intltool" ,intltool) | ||
975 | ("ncurses" ,ncurses))) | ||
974 | ("intltool" ,intltool))) | ||
976 | 975 | (inputs | (inputs |
977 | 976 | `(("readline" ,readline) | `(("readline" ,readline) |
978 | 977 | ("glib" ,glib) | ("glib" ,glib) |
979 | 978 | ("gtk+" ,gtk+) | ("gtk+" ,gtk+) |
979 | ("ncurses" ,ncurses) | ||
980 | 980 | ("pango" ,pango) | ("pango" ,pango) |
981 | 981 | ("libglade" ,libglade))) | ("libglade" ,libglade))) |
982 | 982 | (home-page "https://www.gnu.org/software/mdk/") | (home-page "https://www.gnu.org/software/mdk/") |