aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2023-04-29 12:08:15 +0800
committerMarius Bakke <marius@gnu.org>2023-04-30 23:25:46 +0800
commitf9a60f34670ba36724d3efec0dc266e0d6d0cb00 (patch)
tree0c09bd14041db11c7bdd0815e5f06bc7fafef86a /gnu/packages
parent7207c372fba172d7c0da70d9b2b5e54018dc3d00 (diff)
downloadguix-f9a60f34670ba36724d3efec0dc266e0d6d0cb00.tar.gz
guix-f9a60f34670ba36724d3efec0dc266e0d6d0cb00.zip
gnu: ungoogled-chromium: Update to 112.0.5615.165-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 112.0.5615.165. (%ungoogled-origin, ungoogled-chromium): Update hashes.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/chromium.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 2353b798fc..cef21a4fd1 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 "111.0.5563.146")
+(define %chromium-version "112.0.5615.165")
(define %ungoogled-revision (string-append %chromium-version "-1"))
(define %debian-revision "debian/110.0.5481.177-1")
(define %arch-revision "a0b214b3bdfbc7ee3d9004a70494a2b9e3da2c80")
@@ -330,7 +330,7 @@
(file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
(sha256
(base32
- "14mlyygbqcys71y8dv2c9zszbrkfkmhk79y1synqzfd25biixd6m"))))
+ "1q2870z4k2hkn3jh24xc0xiadd1sxc4apn1jz740yzlwsi6jmcgw"))))
(define %debian-origin
(origin
@@ -491,7 +491,7 @@
%chromium-version ".tar.xz"))
(sha256
(base32
- "1zmm926fsifqaw60ilfav017xxnvnhvqbbq7qcrhdyjm3fiiyw0y"))
+ "1zbrgkzcb211y1mvi9g35421dnp5bskkczwnpygzja7lm7z6530n"))
(modules '((guix build utils)))
(snippet (force ungoogled-chromium-snippet))))
(build-system gnu-build-system)
kx-Rice 2017-12-06gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....Tobias Geerinckx-Rice 2017-12-04doc: Mention berlin.guixsd.org....Ludovic Courtès 2017-12-04maint: Add the '.iso' extension to installation images....Ludovic Courtès 2017-12-04doc: Merge "USB Stick Installation" and "DVD Installation"....Ludovic Courtès 2017-12-03doc: Link to work on bootstrapping....Ludovic Courtès 2017-11-30doc: Update the example VCS snapshot package definition....Kei Kebreau 2017-11-30build-system: Add scons-build-system....Arun Isaac 2017-11-30doc: Give the absolute file name of 'hydra.gnu.org.pub' in snippets....Ludovic Courtès 2017-11-29gexp: 'compiled-modules' disables deprecation warnings by default....Ludovic Courtès 2017-11-28services: Add Git HTTP(S) service support....Andy Wingo 2017-11-28doc: Create "Version Control Services" section....Andy Wingo 2017-11-28services: Add certbot service....Andy Wingo 2017-11-28services: xorg: Remove WindowMaker as a default fallback....Ludovic Courtès 2017-11-28services: xorg: Document 'slim-configuration' and deprecate 'slim-service'....Ludovic Courtès 2017-11-28services: xorg: Allow users to specify a list of modules....Ludovic Courtès 2017-11-28services: configuration: Show default values of list types....Clément Lassieur 2017-11-26services: prosody: Add support for disable-sasl-mechanisms....Clément Lassieur 2017-11-26services: prosody: Allow to add raw content to the config file....Clément Lassieur 2017-11-26services: prosody: Add support for http-max-content-size....Clément Lassieur 2017-11-26services: prosody: Add support for http-external-url....Clément Lassieur 2017-11-26services: prosody: Adapt to Prosody 0.10.0....Clément Lassieur 2017-11-24doc: Fix typo....Tobias Geerinckx-Rice 2017-11-23doc: Update package count....Ludovic Courtès 2017-11-21doc: Split the "Substitutes" section into subsections....Chris Marusich 2017-11-20Add semicolon in commands that set GUIX_PROFILE....Ludovic Courtès 2017-11-17doc: Write "file system" instead of "partition" as appopriate....Marco van Hulten