gnu: recutils: Update to 1.9.
* gnu/packages/databases.scm (recutils): Update to 1.9.
This commit is contained in:
parent
9d349c01d8
commit
38028fdf95
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue