diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-22 23:08:07 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-22 23:12:49 +0900 |
| commit | 274271f30e13ee6c2058220cb2e9d44d09beec26 (patch) | |
| tree | db1ea061dee39ca046b9c38a0b708c6ea87f9fdf | |
| parent | d1903a47cd17b0793b89c54d901884d1fc0ed747 (diff) | |
gnu: shotwell: Update to 0.32.15.
* gnu/packages/gnome.scm (shotwell): Update to 0.32.15.
[inputs]: Replace webkitgkt-for-gtk3 with webkitgtk.
Change-Id: I3603b419fa3295abb603f0eaefb4f9d31bec0749
| -rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 217ceff3836..125c5beb56a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7602,7 +7602,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.32.6") + (version "0.32.15") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/shotwell/" @@ -7610,7 +7610,7 @@ metadata in photo and video files of various formats.") "shotwell-" version ".tar.xz")) (sha256 (base32 - "1dkh5bczf9k86akl70inpc2z98qkhg8g44jb2kc8rqcimkzs95vm")))) + "0figfjpr1qs2slrn39vgahswmwb364acinmhpf9k26if707jc45c")))) (build-system meson-build-system) (arguments (list @@ -7649,7 +7649,7 @@ metadata in photo and video files of various formats.") libwebp libxml2 sqlite - webkitgtk-for-gtk3)) + webkitgtk)) (home-page "https://wiki.gnome.org/Apps/Shotwell") (synopsis "Photo manager for GNOME 3") (description |
