gnu: uBlock Origin: Update to 1.38.2.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.2.
This commit is contained in:
		
							parent
							
								
									74f2bb1b77
								
							
						
					
					
						commit
						df9361bc05
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -51,7 +51,7 @@ supported content to the Kodi media center.")
 | 
				
			||||||
(define ublock-origin
 | 
					(define ublock-origin
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ublock-origin")
 | 
					    (name "ublock-origin")
 | 
				
			||||||
    (version "1.38.0")
 | 
					    (version "1.38.2")
 | 
				
			||||||
    (home-page "https://github.com/gorhill/uBlock")
 | 
					    (home-page "https://github.com/gorhill/uBlock")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -60,7 +60,7 @@ supported content to the Kodi media center.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0zw8ys60x2nszdiad0k1hnhr3ddgh54f07c978l26yvvlqnvmgbh"))))
 | 
					                "09ymrp6dwd9a4raykapx129vwix8gyq22wlphypll8bajjl5a47f"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (outputs '("xpi" "firefox" "chromium"))
 | 
					    (outputs '("xpi" "firefox" "chromium"))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue