1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00

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
This commit is contained in:
Maxim Cournoyer
2026-03-22 23:08:07 +09:00
parent d1903a47cd
commit 274271f30e

View File

@@ -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