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
|
(define-public recutils
|
||||||
(package
|
(package
|
||||||
(name "recutils")
|
(name "recutils")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/recutils/recutils-"
|
(uri (string-append "mirror://gnu/recutils/recutils-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14xiln4immfsw8isnvwvq0h23f6z0wilpgsc4qzabnrzb5lsx3nz"))))
|
"03kf91f20brn2ffljfjzirxh5xj99m1mvvspcx2lph9000mmj0b3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
||||||
(arguments '(#:configure-flags
|
(arguments '(#:configure-flags
|
||||||
|
|
Reference in a new issue