diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-12 22:15:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-12 22:16:07 +0200 |
commit | a1c6fb52f71b5095037d1c68e3dc9f6b658a22e8 (patch) | |
tree | b48bdfff0128a64b59d80c5c04e802eb948e47df /gnu/packages/gnome.scm | |
parent | 54b74cc6680c40ef612d4cedf0d3fe31250e475a (diff) | |
download | patches-a1c6fb52f71b5095037d1c68e3dc9f6b658a22e8.tar patches-a1c6fb52f71b5095037d1c68e3dc9f6b658a22e8.tar.gz |
gnu: shotwell: Update to 0.30.7.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.7.
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 d6f7037831..c86cd8c227 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4721,7 +4721,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.30.4") + (version "0.30.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4729,7 +4729,7 @@ metadata in photo and video files of various formats.") name "-" version ".tar.xz")) (sha256 (base32 - "1yiz3j0y2yg6985y3alb3hpkfbv68n8ibys5gpwcjdhmhf3czg5p")))) + "1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t)) |