gnu: lagrange: Update to 1.9.2.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.9.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									e64eb96410
								
							
						
					
					
						commit
						6a53a7f36c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -693,7 +693,7 @@ is fully configurable and extensible in Common Lisp.") | |||
| (define-public lagrange | ||||
|   (package | ||||
|     (name "lagrange") | ||||
|     (version "1.8.2") | ||||
|     (version "1.9.2") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|  | @ -701,7 +701,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 "1wb4gqn32sja2qik04chlcl743arr6c844zczy1a2aad5103cnip")) | ||||
|         (base32 "1j4r2c6f9fqc22f14fjh28s324kfbb9ahf08nv0xlazy1y5g7f6d")) | ||||
|        (modules '((guix build utils))) | ||||
|        (snippet | ||||
|         '(begin | ||||
|  |  | |||
		Reference in a new issue