gnu: ungoogled-chromium: Update to 105.0.5195.125-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 105.0.5195.125-1. (%ungoogled-origin, ungoogled-chromium): Update hashes.
This commit is contained in:
		
							parent
							
								
									9442b0cf56
								
							
						
					
					
						commit
						71d7694de4
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -317,7 +317,7 @@
 | 
			
		|||
  ;; run the Blink performance tests, just remove everything to save ~70MiB.
 | 
			
		||||
  '("third_party/blink/perf_tests"))
 | 
			
		||||
 | 
			
		||||
(define %chromium-version "105.0.5195.102")
 | 
			
		||||
(define %chromium-version "105.0.5195.125")
 | 
			
		||||
(define %ungoogled-revision (string-append %chromium-version "-1"))
 | 
			
		||||
(define %debian-revision "debian/102.0.5005.61-1")
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -329,7 +329,7 @@
 | 
			
		|||
    (file-name (git-file-name "ungoogled-chromium" %ungoogled-revision))
 | 
			
		||||
    (sha256
 | 
			
		||||
     (base32
 | 
			
		||||
      "17n06lqzbz19a3fdqbv5wj7s6v3rc0bfshdz8syw0k2gkw3x6ivc"))))
 | 
			
		||||
      "0k16wma9lj9q34xgz377nasnfzcw7wi73l91r41yilvgb3l2fgw8"))))
 | 
			
		||||
 | 
			
		||||
(define %debian-origin
 | 
			
		||||
  (origin
 | 
			
		||||
| 
						 | 
				
			
			@ -506,7 +506,7 @@
 | 
			
		|||
                                  %chromium-version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0qlj6s182d4nv0g76r0pcr1rvvh74pngcv79ml3cbqsir4khbfhw"))
 | 
			
		||||
                "0rhay46fnfffqcpk6c856hj414508fmhda600lz5whcacr25q6r0"))
 | 
			
		||||
              (modules '((guix build utils)))
 | 
			
		||||
              (snippet (force ungoogled-chromium-snippet))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue