mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: guile-xapian: Update to 0.2.1.
* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.2.1.
This commit is contained in:
parent
c329eeb3a8
commit
642074bb1e
1 changed files with 2 additions and 2 deletions
|
@ -4308,7 +4308,7 @@ (define-public guile2.2-lens
|
|||
(define-public guile-xapian
|
||||
(package
|
||||
(name "guile-xapian")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(home-page "https://git.systemreboot.net/guile-xapian")
|
||||
(source
|
||||
(origin
|
||||
|
@ -4318,7 +4318,7 @@ (define-public guile-xapian
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"140cwzpzk4y16ajxrg5zd2d7q60f5ivx5jk8w1h0qfjq2mp14sh7"))))
|
||||
"1i2bk06abl1984xgrr3hzzhknqkxjysfpd82drzlgp291hmq40w1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags '("GUILE_AUTO_COMPILE=0"))) ; to prevent guild warnings
|
||||
|
|
Loading…
Reference in a new issue