gnu: nyxt: Update to 3.1.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.1.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
		
							parent
							
								
									3e9a814c0c
								
							
						
					
					
						commit
						5a8bb79c1c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -587,7 +587,7 @@ driven and does not detract you from your daily work.")
 | 
				
			||||||
(define-public nyxt
 | 
					(define-public nyxt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "nyxt")
 | 
					    (name "nyxt")
 | 
				
			||||||
    (version "3.0.0")
 | 
					    (version "3.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -596,7 +596,7 @@ driven and does not detract you from your daily work.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1jzlpi2iam15f0724nh6pb0zfs8d89mrf3zkvd87g99aq9w2h02a"))
 | 
					         "01h2430z43bh8mxb5xyvz4kqcdim1dlh1crf41pzavq2a6r2aw0z"))
 | 
				
			||||||
       (file-name (git-file-name "nyxt" version))
 | 
					       (file-name (git-file-name "nyxt" version))
 | 
				
			||||||
       (modules '((guix build utils)))
 | 
					       (modules '((guix build utils)))
 | 
				
			||||||
       (snippet
 | 
					       (snippet
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue