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 | (define-public lagrange | ||||||
|   (package |   (package | ||||||
|     (name "lagrange") |     (name "lagrange") | ||||||
|     (version "1.8.2") |     (version "1.9.2") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|  | @ -701,7 +701,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 "1wb4gqn32sja2qik04chlcl743arr6c844zczy1a2aad5103cnip")) |         (base32 "1j4r2c6f9fqc22f14fjh28s324kfbb9ahf08nv0xlazy1y5g7f6d")) | ||||||
|        (modules '((guix build utils))) |        (modules '((guix build utils))) | ||||||
|        (snippet |        (snippet | ||||||
|         '(begin |         '(begin | ||||||
|  |  | ||||||
		Reference in a new issue