diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-19 03:50:39 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-19 03:50:39 +0100 |
commit | 4eade64706d88434fb6096e2b9506e2022e3137b (patch) | |
tree | 6f332077d17c5067a8c752b71b1f33f2c62bfc58 /gnu/packages/gnome.scm | |
parent | 7ace97395feedc4b3ec23be65f2ed63f29aac9a9 (diff) | |
parent | be95bcf0887dc7d90177fda20cab56c6e248dcfa (diff) | |
download | guix-4eade64706d88434fb6096e2b9506e2022e3137b.tar guix-4eade64706d88434fb6096e2b9506e2022e3137b.tar.gz |
Merge branch 'master' into staging
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 164d705ca5..6623a59bff 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4424,7 +4424,7 @@ metadata in photo and video files of various formats.") (define-public shotwell (package (name "shotwell") - (version "0.27.4") + (version "0.28.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4432,7 +4432,7 @@ metadata in photo and video files of various formats.") name "-" version ".tar.xz")) (sha256 (base32 - "0g2vphhpxrljpy9sryfsgaayix807i1i9plj9bay72dk0zphqab2")))) + "1d797nmlz9gs6ri0h65b76s40ss6ma6h6405xqx03lhg5xni3kmg")))) (build-system glib-or-gtk-build-system) (propagated-inputs `(("dconf" ,dconf))) |