diff options
author | Leo Famulari <leo@famulari.name> | 2018-09-19 17:31:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-09-19 17:31:49 -0400 |
commit | e266043e670f4318679664f3af4401dab7cce52b (patch) | |
tree | f17ac0c433042555b9d95b042eea1c56dfb133b7 /gnu/packages/gnome.scm | |
parent | 508d5c5fa883a3cee53f8da358d853d4b245496c (diff) | |
download | patches-e266043e670f4318679664f3af4401dab7cce52b.tar patches-e266043e670f4318679664f3af4401dab7cce52b.tar.gz |
gnu: shotwell: Update to 0.28.4.
* gnu/packages/gnome.scm (shotwell): Update to 0.28.4.
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 1a0cc9cc11..6a34e81f13 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4432,7 +4432,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.28.0") + (version "0.28.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4440,7 +4440,7 @@ metadata in photo and video files of various formats.") name "-" version ".tar.xz")) (sha256 (base32 - "1d797nmlz9gs6ri0h65b76s40ss6ma6h6405xqx03lhg5xni3kmg")))) + "03k7n2kmzqn11kf3733w7m6xjh2b5q9xr84za2hli11fjymzaxm9")))) (build-system glib-or-gtk-build-system) (propagated-inputs `(("dconf" ,dconf))) |