Subject | Hash | Author | Date (UTC) |
---|---|---|---|
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 |
gnu: ocaml-compiler-libs: Build only with OCaml 4.07. | c49b94a56c5c42c04e5c73c4be2533badeae19d4 | Julien Lepiller | 2020-10-01 12:33:00 |
gnu: Add ocaml-csexp. | 171abdd8f5194af0a141c2f5e2d542c3c89a00b0 | Julien Lepiller | 2020-09-30 20:42:47 |
gnu: ocaml-result: Update to 1.5. | bc92fd22df2be0984a92939d9a3046439445eef5 | Julien Lepiller | 2020-09-30 20:39:07 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/xfce.scm | 2 | 2 |
File gnu/packages/xfce.scm changed (mode: 100644) (index ed584d8959..2b9c13e6c9) | |||
... | ... | precedence rules, and the following functions and common constants.") | |
1396 | 1396 | (define-public xfce4-cpufreq-plugin | (define-public xfce4-cpufreq-plugin |
1397 | 1397 | (package | (package |
1398 | 1398 | (name "xfce4-cpufreq-plugin") | (name "xfce4-cpufreq-plugin") |
1399 | (version "1.2.1") | ||
1399 | (version "1.2.2") | ||
1400 | 1400 | (source (origin | (source (origin |
1401 | 1401 | (method url-fetch) | (method url-fetch) |
1402 | 1402 | (uri (string-append "https://archive.xfce.org/src/panel-plugins/" | (uri (string-append "https://archive.xfce.org/src/panel-plugins/" |
... | ... | precedence rules, and the following functions and common constants.") | |
1405 | 1405 | "/xfce4-cpufreq-plugin-" version ".tar.bz2")) | "/xfce4-cpufreq-plugin-" version ".tar.bz2")) |
1406 | 1406 | (sha256 | (sha256 |
1407 | 1407 | (base32 | (base32 |
1408 | "1dgmx3ygil51s1az298ly0gybcw8ln1dz8q8y9k207a0vk049q65")))) | ||
1408 | "16748wxy8aa5cxga0dbfrq7kv40alg5yx967r2l6vjapv2w083sh")))) | ||
1409 | 1409 | (build-system gnu-build-system) | (build-system gnu-build-system) |
1410 | 1410 | (native-inputs | (native-inputs |
1411 | 1411 | `(("intltool" ,intltool) | `(("intltool" ,intltool) |