This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ff59920268 gnu: hare-lsp: Update to 0.2.1.
ff59920268 is described below

commit ff599202689a4c0f6dcf5f9eebbf3957b22f3f81
Author: jgart <[email protected]>
AuthorDate: Thu Jul 9 09:05:22 2026 +0100

    gnu: hare-lsp: Update to 0.2.1.
    
    * gnu/packages/hare-apps.scm (hare-lsp): Update to 0.2.1.
    
    Change-Id: Ieff2b81ca908a6708c4d4a88fd3c8d3ff013e673
---
 gnu/packages/hare-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hare-apps.scm b/gnu/packages/hare-apps.scm
index ac48a1c85d..8ada4e04cf 100644
--- a/gnu/packages/hare-apps.scm
+++ b/gnu/packages/hare-apps.scm
@@ -65,7 +65,7 @@ more available transition, the state goes back to the initial 
position.")
 (define-public hare-lsp
   (package
     (name "hare-lsp")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -74,7 +74,7 @@ more available transition, the state goes back to the initial 
position.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "174rphdxrky5mfmx6i0dzb67qx94in419d88yh2jsrgbrpk62pms"))))
+        (base32 "12fqd8jh5sd7i12dbbjjyl1h1zlr6h30pqf22l0xf0sfl97zywdr"))))
     (build-system hare-build-system)
     (inputs (list hare-json))
     (supported-systems %hare-supported-systems)

Reply via email to