diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-05-30 01:03:56 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-05-31 22:37:47 +0900 |
| commit | 175a61d70f0768b3206fdeacf1816d06cdd64375 (patch) | |
| tree | 7abeb3f600358a52b0bf1abc96db0734bfa9a71f /gnu/packages/image.scm | |
| parent | b27fc9416bd87c9e27ffc1f1772f767bbd873545 (diff) | |
gnu: libheif: Update to 1.22.2.
* gnu/packages/image.scm (libheif): Update to 1.22.2.
Change-Id: If725e939a09aa96cc1fcee52be9947541b928d67
Diffstat (limited to 'gnu/packages/image.scm')
| -rw-r--r-- | gnu/packages/image.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index ca302c1deac..57cd53141a7 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm | |||
| @@ -2960,7 +2960,7 @@ by AOM, including with alpha.") | |||
| 2960 | (define-public libheif | 2960 | (define-public libheif |
| 2961 | (package | 2961 | (package |
| 2962 | (name "libheif") | 2962 | (name "libheif") |
| 2963 | (version "1.19.7") | 2963 | (version "1.22.2") |
| 2964 | (source | 2964 | (source |
| 2965 | (origin | 2965 | (origin |
| 2966 | (method git-fetch) | 2966 | (method git-fetch) |
| @@ -2969,7 +2969,7 @@ by AOM, including with alpha.") | |||
| 2969 | (commit (string-append "v" version)))) | 2969 | (commit (string-append "v" version)))) |
| 2970 | (file-name (git-file-name name version)) | 2970 | (file-name (git-file-name name version)) |
| 2971 | (sha256 | 2971 | (sha256 |
| 2972 | (base32 "0n6pqmxa9cj9z54rcjqyb2gcp5h260x977zgwws47ddmx80blyhm")))) | 2972 | (base32 "0j5iklzyl4abvfp6yl1p0hwxmcsbc9xbfalwy7kh0zqkj1yx76yg")))) |
| 2973 | (build-system cmake-build-system) | 2973 | (build-system cmake-build-system) |
| 2974 | (native-inputs | 2974 | (native-inputs |
| 2975 | (list autoconf automake libtool pkg-config)) | 2975 | (list autoconf automake libtool pkg-config)) |
