diff options
| author | Andy Tai <atai@atai.org> | 2026-08-05 23:31:13 -0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-08 00:19:31 +0900 |
| commit | ca627c6338b0fa45af826048ab1c2e1c60abf97f (patch) | |
| tree | 4329d85e67dea8df57833ee6b465ac1ca3861aa2 | |
| parent | c8e42830c2bfebaaaaf768a7f39c92a7f58906fb (diff) | |
gnu: libextractor: Update to 1.19.
* gnu/packages/gnunet.scm (libextractor): Update to 1.19.
Merges: https://codeberg.org/guix/guix/pulls/10381
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
| -rw-r--r-- | gnu/packages/gnunet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index fbee4033319..273f9a660dd 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm | |||
| @@ -88,14 +88,14 @@ | |||
| 88 | (define-public libextractor | 88 | (define-public libextractor |
| 89 | (package | 89 | (package |
| 90 | (name "libextractor") | 90 | (name "libextractor") |
| 91 | (version "1.14") | 91 | (version "1.19") |
| 92 | (source (origin | 92 | (source (origin |
| 93 | (method url-fetch) | 93 | (method url-fetch) |
| 94 | (uri (string-append "mirror://gnu/libextractor/libextractor-" | 94 | (uri (string-append "mirror://gnu/libextractor/libextractor-" |
| 95 | version ".tar.gz")) | 95 | version ".tar.gz")) |
| 96 | (sha256 | 96 | (sha256 |
| 97 | (base32 | 97 | (base32 |
| 98 | "1026dg626b0vy55rz3wv9rpmvqsqahbpphsdqqr4mz6a7x1mafhs")))) | 98 | "0017xx1czl626fq326xikkp16x322vid95096vlqmj11vg5k6nrd")))) |
| 99 | (build-system gnu-build-system) | 99 | (build-system gnu-build-system) |
| 100 | (outputs '("out" | 100 | (outputs '("out" |
| 101 | "static")) ; 420 KiB .a files | 101 | "static")) ; 420 KiB .a files |
