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