gnu: qutebrowser: Update to 2.5.3.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.5.3.
This commit is contained in:
		
							parent
							
								
									04919730ef
								
							
						
					
					
						commit
						19fc388d2b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
 | 
					;;; Copyright © 2014 John Darrington <jmd@gnu.org>
 | 
				
			||||||
;;; Copyright © 2014, 2019 Mark H Weaver <mhw@netris.org>
 | 
					;;; Copyright © 2014, 2019 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;; Copyright © 2015, 2016, 2019, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2015, 2016, 2019, 2021-2023 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
 | 
					;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
 | 
				
			||||||
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
 | 
					;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
 | 
				
			||||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
| 
						 | 
					@ -468,7 +468,7 @@ interface.")
 | 
				
			||||||
(define-public qutebrowser
 | 
					(define-public qutebrowser
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "qutebrowser")
 | 
					    (name "qutebrowser")
 | 
				
			||||||
    (version "2.5.2")
 | 
					    (version "2.5.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -476,7 +476,7 @@ interface.")
 | 
				
			||||||
                           "qutebrowser/releases/download/v" version "/"
 | 
					                           "qutebrowser/releases/download/v" version "/"
 | 
				
			||||||
                           "qutebrowser-" version ".tar.gz"))
 | 
					                           "qutebrowser-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0279fi4lx8sfxz3mx6ar0wz01kiiqa1zkv9fxc6xw0y4vlacxgx9"))))
 | 
					        (base32 "10fpr414nadqba33xgvbpaacc5sn0xnpnnljf5a3n8yh6hjg4pl4"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list python-attrs))               ; for tests
 | 
					     (list python-attrs))               ; for tests
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue