mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: lagrange: Update to 1.17.6.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.17.6. Change-Id: I3c8062027cdc113ed918e7f4f620f112fdc35a75
This commit is contained in:
parent
361b0cfd5e
commit
4b11c8c9b8
1 changed files with 2 additions and 2 deletions
|
@ -720,7 +720,7 @@ (define-public nyxt
|
|||
(define-public lagrange
|
||||
(package
|
||||
(name "lagrange")
|
||||
(version "1.16.7")
|
||||
(version "1.17.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -728,7 +728,7 @@ (define-public lagrange
|
|||
(string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
|
||||
"download/v" version "/lagrange-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ig7xdsihq7wc8h7n1af275z3kjxq5iiy0x4dwjahgligrdmj7vm"))
|
||||
(base32 "0fsjn74cmrchqgnj88yzdxyj1gm0i2vrzh69b9b9bi7y2wk9il5r"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue