summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-07-27 19:45:54 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-07-28 01:02:39 +0200
commitc8fc9a379bf34292f47338700d85e40272b254e9 (patch)
tree802c1a5ed9618a55ecf28d5ffeccb05130d641c2 /gnu
parentfb2715720adfb770bccd37dd72b2bf1b0bc22e36 (diff)
downloadguix-patches-c8fc9a379bf34292f47338700d85e40272b254e9.tar
guix-patches-c8fc9a379bf34292f47338700d85e40272b254e9.tar.gz
gnu: shotwell: Update to 0.26.2.
* gnu/packages/gnome.scm (shotwell): Update to 0.26.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b670ef7a3e..c8fc34ff81 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4290,7 +4290,7 @@ metadata in photo and video files of various formats.")
(define-public shotwell
(package
(name "shotwell")
- (version "0.26.1")
+ (version "0.26.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4298,7 +4298,7 @@ metadata in photo and video files of various formats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xak1f69lp1yx3p8jgmr9c0z3jypi8zjpy3kiknn5n9g2f5cqq0a"))))
+ "0frjqa6nmh025clwnb74z2rzbdq65wjcp2lf9csgcbkpahyjhrag"))))
(build-system glib-or-gtk-build-system)
(propagated-inputs
`(("dconf" ,dconf)))