From ec10258c34c454295411be7dacf44d4ec5b9c152 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 26 Nov 2022 16:11:32 +0100 Subject: gnu: ungoogled-chromium: Update to 107.0.5304.121-1. * gnu/packages/chromium.scm (%chromium-version): Set to 107.0.5304.121. (%ungoogled-origin, ungoogled-chromium): Update hashes. --- gnu/packages/chromium.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index e3deed573a..e0a9f5fbad 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -317,7 +317,7 @@ ;; run the Blink performance tests, just remove everything to save ~70MiB. '("third_party/blink/perf_tests")) -(define %chromium-version "107.0.5304.110") +(define %chromium-version "107.0.5304.121") (define %ungoogled-revision (string-append %chromium-version "-1")) (define %debian-revision "debian/102.0.5005.61-1") (define %arch-revision "6afedb08139b97089ce8ef720ece5cd14c83948c") @@ -330,7 +330,7 @@ (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision)) (sha256 (base32 - "14z9qi9i9l7kjx7gf74lzs63bpxqyd3wbqqpsvzvqgr2v0cgqahx")))) + "1ns664y7qx0ry8hg8r704z64jmx8j6rpxn2lkliv0xjfwlrbbfx3")))) (define %debian-origin (origin @@ -495,7 +495,7 @@ %chromium-version ".tar.xz")) (sha256 (base32 - "1k7yjsb4i7m8i5mk018v7z25r4x1ypyprz4hnyrn7vk2983lhdfk")) + "12z0fhgxcsdkf6shnsg9maj3v901226cjcy8y2x8m88maw2apc0j")) (modules '((guix build utils))) (snippet (force ungoogled-chromium-snippet)))) (build-system gnu-build-system) -- cgit v1.2.3 913ab7d1096520410272e3c89c'/>
path: root/tests/gexp.scm
AgeCommit message (Expand)Author
2020-11-05gexp: Warn when importing (guix config) or (ice-9 …)....Ludovic Courtès
2020-11-05gexp: Store the source code location in <gexp>....Ludovic Courtès
2020-05-25gexp: Fix expansion for (file-append (local-file ...) ...)....Ludovic Courtès
2020-05-25tests: Hide quoted (define-module ...) form from Geiser....Ludovic Courtès
2020-05-16gexp: Add 'let-system'....Ludovic Courtès
2020-03-12gexp: Add 'with-parameters'....Ludovic Courtès
2020-03-08gexp: Default to current target....Mathieu Othacehe
2020-01-04gexp: Add 'raw-derivation-file'....Ludovic Courtès
2019-12-18gexp: Allow character literals in GEXP->SEXP....Marius Bakke
2019-11-30gexp: 'local-file' properly resolves non-literal relative file names....Ludovic Courtès
2019-09-23gexp: Catch and report non-self-quoting gexp inputs....Ludovic Courtès
2019-07-26gexp: 'program-file' honors the current system and cross-compilation target....Ludovic Courtès
2019-07-15gexp: 'lowered-gexp-guile' now returns a <derivation-input>....Ludovic Courtès
2019-07-15gexp: <lowered-gexp> separates sources from derivation inputs....Ludovic Courtès
2019-07-04gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it....Ludovic Courtès
2019-01-21store: Rename '&nix-error' to '&store-error'....Ludovic Courtès
2019-01-05gexp: Lowering a <computed-file> honors SYSTEM and TARGET....Ludovic Courtès
2018-11-29Merge branch 'master' into core-updatesMarius Bakke
2018-11-28derivations: Add properties....Ludovic Courtès
2018-11-14Merge branch 'master' into core-updatesMarius Bakke
2018-11-12tests: Add 'test-assertm' to (guix tests)....Ludovic Courtès
2018-11-05Merge branch 'master' into core-updatesMarius Bakke
2018-10-27gexp: 'gexp-modules' now consistently deletes duplicates....Ludovic Courtès
2018-10-05Merge branch 'master' into core-updatesMarius Bakke
2018-09-27tests: Update (guix build store-copy) tests....Ludovic Courtès
2018-09-09Merge branch 'master' into core-updatesMarius Bakke
2018-09-08gexp: 'file-union' accepts directory names....Ludovic Courtès