gnu: fsearch: Update to 0.2.3.
* gnu/packages/search.scm (fsearch): Update to 0.2.3.
This commit is contained in:
		
							parent
							
								
									efaeb605ad
								
							
						
					
					
						commit
						93f8124c5e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -390,7 +390,7 @@ queries.  A subset of VQL (Verity Query Language) is supported.")
 | 
				
			||||||
(define-public fsearch
 | 
					(define-public fsearch
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "fsearch")
 | 
					    (name "fsearch")
 | 
				
			||||||
    (version "0.2.2")
 | 
					    (version "0.2.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -399,7 +399,7 @@ queries.  A subset of VQL (Verity Query Language) is supported.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "126sg0fa96vxwinih120riqhj42jlxs2h1bp373r6ml7jwkvlyyn"))))
 | 
					        (base32 "12vj1ymvg561594vdq852ianbkgnvrq585qp5jrrv2kq307jh5sl"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list autoconf
 | 
					     (list autoconf
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue