rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit e0f755ea3ca80d3a0f4dac6ddbe58a85bc1ea846
Author: Ricardo Wurmus <[email protected]>
Date: Sun Aug 5 13:51:07 2018 +0200
gnu: shotwell: Update to 0.28.3.
* gnu/packages/gnome.scm (shotwell): Update to 0.28.3.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 80286cf..e71354c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4446,7 +4446,7 @@ metadata in photo and video files of various formats.")
(define-public shotwell
(package
(name "shotwell")
- (version "0.28.0")
+ (version "0.28.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4454,7 +4454,7 @@ metadata in photo and video files of various formats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1d797nmlz9gs6ri0h65b76s40ss6ma6h6405xqx03lhg5xni3kmg"))))
+ "00yl0qzg5n079k4p1wyg31gb01xgz9pmizpwsz0r35vgfgrh71nh"))))
(build-system glib-or-gtk-build-system)
(propagated-inputs
`(("dconf" ,dconf)))