guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fsearch: Update to 0.1.4.


From: guix-commits
Subject: branch master updated: gnu: fsearch: Update to 0.1.4.
Date: Wed, 06 Jul 2022 13:48:26 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2322567cdc gnu: fsearch: Update to 0.1.4.
2322567cdc is described below

commit 2322567cdcc0dcabfedd8f38289f17826455d73f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 19:48:07 2022 +0200

    gnu: fsearch: Update to 0.1.4.
    
    * gnu/packages/search.scm (fsearch): Update to 0.1.4.
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 70527d37b8..c8b0fdd89a 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -299,7 +299,7 @@ for parsing HTML files.")
 (define-public fsearch
   (package
     (name "fsearch")
-    (version "0.1.3")
+    (version "0.1.4")
     (source
      (origin
        (method git-fetch)
@@ -308,7 +308,7 @@ for parsing HTML files.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ypm4bvvf4m6hk3d9cw4w3lcvg9ivy62q54qxk1jzl0ks3pm9xsy"))))
+        (base32 "1lc6fhz4zhjbs29xn53v97dqrxwmqaplhky8sm9776ws6fyifwd7"))))
     (build-system meson-build-system)
     (native-inputs
      (list autoconf



reply via email to

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