gnu: guile-xapian: Update to 0.3.1.

* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.3.1.
This commit is contained in:
Arun Isaac 2023-03-08 00:14:59 +00:00
parent 4f7ba4bee4
commit c0650cf5b7
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -4390,7 +4390,7 @@ (define-public guile2.2-lens
(define-public guile-xapian
(package
(name "guile-xapian")
(version "0.3.0")
(version "0.3.1")
(home-page "https://git.systemreboot.net/guile-xapian")
(source
(origin
@ -4400,7 +4400,7 @@ (define-public guile-xapian
(file-name (git-file-name name version))
(sha256
(base32
"0k18navsd0rqx2zbqgvhzscvbls2sxs9k06n195s4bvyd50acfm5"))))
"0axbahbi52ji0fxhykn642265v58rdp2yqliqv456nqs038wb5ja"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings