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


From: guix-commits
Subject: branch master updated: gnu: fsearch: Update to 0.2.1.
Date: Thu, 18 Aug 2022 06:28:27 -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 72cf166791 gnu: fsearch: Update to 0.2.1.
72cf166791 is described below

commit 72cf16679128f70372af82c098d984a1094adba5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 18 12:28:08 2022 +0200

    gnu: fsearch: Update to 0.2.1.
    
    * gnu/packages/search.scm (fsearch): Update to 0.2.1.
---
 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 bc5bb9fa83..9ebc4d0c9b 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -330,7 +330,7 @@ for parsing HTML files.")
 (define-public fsearch
   (package
     (name "fsearch")
-    (version "0.2")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -339,7 +339,7 @@ for parsing HTML files.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1cf5bzacf1xfg8b8yvh5wrmmqqpdpnp6q39fwja71x8x9s92ir1w"))))
+        (base32 "02k3gwy19sf47srd5kp2fq3hpa7ylk4whifm8dp9hzfc46zdydwy"))))
     (build-system meson-build-system)
     (native-inputs
      (list autoconf



reply via email to

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