guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: recutils: Update to 1.9.


From: guix-commits
Subject: 02/08: gnu: recutils: Update to 1.9.
Date: Tue, 10 May 2022 10:39:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 38028fdf9520ee9544afcb89ae2ab840dbc261b8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 8 02:00:03 2022 +0200

    gnu: recutils: Update to 1.9.
    
    * gnu/packages/databases.scm (recutils): Update to 1.9.
---
 gnu/packages/databases.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]