diff options
| author | Greg Hogan <code@greghogan.com> | 2025-09-03 13:53:44 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 12:45:50 +0000 |
| commit | 091fa030fe456ce4063cd8dec4805f22b7c75263 (patch) | |
| tree | 5d4d067a6ee3c3e7544a40059e31a786a75cc100 /gnu | |
| parent | 4100c8e021e728debcb6cb5e7a8398cb619e4a00 (diff) | |
gnu: lziprecover: Update to 1.25.
* gnu/packages/compression.scm (lziprecover): Update to 1.25.
[native-inputs]: Add lzip.
Change-Id: Ide367e2d59f43780706a134723d47aeec691c8c2
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/compression.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 52e6f3b2be1..744b4421bbd 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm | |||
| @@ -747,14 +747,14 @@ archiving. Lzip is a clean implementation of the LZMA algorithm.") | |||
| 747 | (define-public lziprecover | 747 | (define-public lziprecover |
| 748 | (package | 748 | (package |
| 749 | (name "lziprecover") | 749 | (name "lziprecover") |
| 750 | (version "1.23") | 750 | (version "1.25") |
| 751 | (source (origin | 751 | (source (origin |
| 752 | (method url-fetch) | 752 | (method url-fetch) |
| 753 | (uri (string-append "mirror://savannah/lzip/lziprecover/" | 753 | (uri (string-append "mirror://savannah/lzip/lziprecover/" |
| 754 | "lziprecover-" version ".tar.gz")) | 754 | "lziprecover-" version ".tar.gz")) |
| 755 | (sha256 | 755 | (sha256 |
| 756 | (base32 | 756 | (base32 |
| 757 | "0wmmyi03fv2lflsir5ldrsv04q57k3hmlqajzb1m3p86gwbh967j")))) | 757 | "0icbzw7kmp4rn711sh3f0w3sxlxly6q6dc8d7pp6dqhag2f2yfag")))) |
| 758 | (build-system gnu-build-system) | 758 | (build-system gnu-build-system) |
| 759 | (arguments | 759 | (arguments |
| 760 | ;; The configure script doesn't recognise the --build or --host | 760 | ;; The configure script doesn't recognise the --build or --host |
| @@ -762,6 +762,7 @@ archiving. Lzip is a clean implementation of the LZMA algorithm.") | |||
| 762 | `(,@(if (%current-target-system) | 762 | `(,@(if (%current-target-system) |
| 763 | `(#:make-flags (list ,(string-append "CXX=" (cxx-for-target)))) | 763 | `(#:make-flags (list ,(string-append "CXX=" (cxx-for-target)))) |
| 764 | '()))) | 764 | '()))) |
| 765 | (native-inputs (list lzip)) | ||
| 765 | (home-page "https://www.nongnu.org/lzip/lziprecover.html") | 766 | (home-page "https://www.nongnu.org/lzip/lziprecover.html") |
| 766 | (synopsis "Recover and decompress data from damaged lzip files") | 767 | (synopsis "Recover and decompress data from damaged lzip files") |
| 767 | (description | 768 | (description |
