mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 21:19:33 +01:00
gnu: lagrange: Update to 1.15.2.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.2.
This commit is contained in:
parent
1105c95e44
commit
29f04bbe4e
1 changed files with 2 additions and 2 deletions
|
@ -706,7 +706,7 @@ is fully configurable and extensible in Common Lisp.")
|
||||||
(define-public lagrange
|
(define-public lagrange
|
||||||
(package
|
(package
|
||||||
(name "lagrange")
|
(name "lagrange")
|
||||||
(version "1.15.1")
|
(version "1.15.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -714,7 +714,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 "04596gbi6fpz555dclhd2z1q60myk3ypc37v3g9brfm1kmbpssac"))
|
(base32 "1xgdarwc8cpwb4rcbasdbc2nn5mcvwl7fz7v70x974wpf5xjmd3k"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Reference in a new issue