diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-06 00:23:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 13:40:45 +0100 |
commit | a2c60f8ad20afb8fcd5d07c889c127610f192f2d (patch) | |
tree | 7de49d8820b7cbdf967b99cdae62f56f1e4f8475 /gnu/packages/gnome.scm | |
parent | c95fbe645fb7f48c92a80c87f11d0605503bb340 (diff) |
gnu: shotwell: Update to 0.30.11.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.11.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 85ae8ac40c..0704496cb8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6835,7 +6835,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.30.9") + (version "0.30.11") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/shotwell/" @@ -6843,7 +6843,7 @@ metadata in photo and video files of various formats.") "shotwell-" version ".tar.xz")) (sha256 (base32 - "1y556yyzfya0310v5wqjkf17hy5lhf028iminvvgi2pdfva344id")))) + "12d26y40kjlv5x8f5g04wff33vh7mdjb8c41ydqbrwdip0jwy2n2")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |