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.3.


From: guix-commits
Subject: branch master updated: gnu: fsearch: Update to 0.1.3.
Date: Mon, 04 Jul 2022 09:31:28 -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 e5b3349128 gnu: fsearch: Update to 0.1.3.
e5b3349128 is described below

commit e5b33491281658235cc7af765a94e459fa3e2942
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 4 15:31:08 2022 +0200

    gnu: fsearch: Update to 0.1.3.
    
    * gnu/packages/search.scm (fsearch): Update to 0.1.3.
---
 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 27c1aa3318..70527d37b8 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.2")
+    (version "0.1.3")
     (source
      (origin
        (method git-fetch)
@@ -308,7 +308,7 @@ for parsing HTML files.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qbayssdj5pgc4s3ncf7snncp003g8yklirzj1bjc2kxp5y0igv7"))))
+        (base32 "1ypm4bvvf4m6hk3d9cw4w3lcvg9ivy62q54qxk1jzl0ks3pm9xsy"))))
     (build-system meson-build-system)
     (native-inputs
      (list autoconf



reply via email to

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