guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: lagrange: Update to 1.10.6.


From: guix-commits
Subject: 01/04: gnu: lagrange: Update to 1.10.6.
Date: Sat, 19 Feb 2022 12:22:14 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1ae33c463cb8ae2a9d73a6c09e9dae8a1691b126
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Feb 19 18:53:18 2022 +0200

    gnu: lagrange: Update to 1.10.6.
    
    * gnu/packages/web-browsers.scm (lagrange): Update to 1.10.6.
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index fa5a5fb00f..25def651eb 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -692,7 +692,7 @@ is fully configurable and extensible in Common Lisp.")
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.10.5")
+    (version "1.10.6")
     (source
      (origin
        (method url-fetch)
@@ -700,7 +700,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 "1kimdy0k26l3b673sg12gd0d94mxx5lycyxlmla9hxxcsfn2rlqy"))
+        (base32 "1qfi7wnmc793x8xv9zib9p665a1m5di08nc4p0aklrfa67gp6dws"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]