gnu: lagrange: Update to 1.15.1.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.1.
This commit is contained in:
		
							parent
							
								
									b23f27e272
								
							
						
					
					
						commit
						bedaf3115e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -706,7 +706,7 @@ is fully configurable and extensible in Common Lisp.")
 | 
			
		|||
(define-public lagrange
 | 
			
		||||
  (package
 | 
			
		||||
    (name "lagrange")
 | 
			
		||||
    (version "1.14.2")
 | 
			
		||||
    (version "1.15.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -714,7 +714,7 @@ is fully configurable and extensible in Common Lisp.")
 | 
			
		|||
        (string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
 | 
			
		||||
                       "download/v" version "/lagrange-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0r4cwpgnz761dvkfijq0p7pcyzq6f8bnmivijpnpf3bkzpvmxc2i"))
 | 
			
		||||
        (base32 "04596gbi6fpz555dclhd2z1q60myk3ypc37v3g9brfm1kmbpssac"))
 | 
			
		||||
       (modules '((guix build utils)))
 | 
			
		||||
       (snippet
 | 
			
		||||
        '(begin
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue