me
/
guix
Archived
1
0
Fork 0

gnu: guile-xapian: Update to 0.3.1.

* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.3.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -4390,7 +4390,7 @@ over, or update a value in arbitrary data structures.")
(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 @@ over, or update a value in arbitrary data structures.")
(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