[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-xapian: Update to 0.3.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-xapian: Update to 0.3.1. |
Date: |
Tue, 07 Mar 2023 19:17:39 -0500 |
This is an automated email from the git hooks/post-receive script.
arunisaac pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c0650cf5b7 gnu: guile-xapian: Update to 0.3.1.
c0650cf5b7 is described below
commit c0650cf5b749adb3b9bb9c6061ef4f1f9bdc370e
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Wed Mar 8 00:14:59 2023 +0000
gnu: guile-xapian: Update to 0.3.1.
* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.3.1.
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index ca5131c037..8de84a227c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-xapian: Update to 0.3.1.,
guix-commits <=