summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-08 02:00:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-08 02:00:00 +0200
commit38028fdf9520ee9544afcb89ae2ab840dbc261b8 (patch)
tree7ea91fb38bfa5c7f42ef1f11fd097bc9952727f8
parent9d349c01d82196bd56da0e4981b6949836a50cd4 (diff)
downloadguix-patches-38028fdf9520ee9544afcb89ae2ab840dbc261b8.tar
guix-patches-38028fdf9520ee9544afcb89ae2ab840dbc261b8.tar.gz
gnu: recutils: Update to 1.9.
* gnu/packages/databases.scm (recutils): Update to 1.9.
-rw-r--r--gnu/packages/databases.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 438cb3b22f..5e08c8bcdb 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1559,14 +1559,14 @@ organized in a hash table or B+ tree.")
(define-public recutils
(package
(name "recutils")
- (version "1.8")
+ (version "1.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/recutils/recutils-"
version ".tar.gz"))
(sha256
(base32
- "14xiln4immfsw8isnvwvq0h23f6z0wilpgsc4qzabnrzb5lsx3nz"))))
+ "03kf91f20brn2ffljfjzirxh5xj99m1mvvspcx2lph9000mmj0b3"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags