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:
parent
4f7ba4bee4
commit
c0650cf5b7
1 changed files with 2 additions and 2 deletions
|
|
@ -4390,7 +4390,7 @@ over, or update a value in arbitrary data structures.")
|
||||||
(define-public guile-xapian
|
(define-public guile-xapian
|
||||||
(package
|
(package
|
||||||
(name "guile-xapian")
|
(name "guile-xapian")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(home-page "https://git.systemreboot.net/guile-xapian")
|
(home-page "https://git.systemreboot.net/guile-xapian")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
@ -4400,7 +4400,7 @@ over, or update a value in arbitrary data structures.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k18navsd0rqx2zbqgvhzscvbls2sxs9k06n195s4bvyd50acfm5"))))
|
"0axbahbi52ji0fxhykn642265v58rdp2yqliqv456nqs038wb5ja"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
'(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
||||||
|
|
|
||||||
Reference in a new issue