diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 17:06:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 18:20:35 +0200 |
commit | 9401cb54fc7384bbfd85c57cbeef02d94e804f60 (patch) | |
tree | da6250dcafa0d6dc7ce07f963a937b72514ea4fc /gnu/packages/gnome.scm | |
parent | 963c235d5046d36600089015073fd51fbe847828 (diff) |
gnu: shotwell: Update to 0.30.12.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.12.
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 7e0ee6d314..dd416be3ed 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7024,7 +7024,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.30.11") + (version "0.30.12") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/shotwell/" @@ -7032,7 +7032,7 @@ metadata in photo and video files of various formats.") "shotwell-" version ".tar.xz")) (sha256 (base32 - "12d26y40kjlv5x8f5g04wff33vh7mdjb8c41ydqbrwdip0jwy2n2")))) + "1h5crjq59lqi8f8mdkadzi8pc3i9i2ik4lsx2nrhzq486fzdfhw6")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |