aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-21 05:59:35 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-21 06:02:11 +0200
commitb82a45d804375bc9ccdfa53ad258adfb8dabc896 (patch)
treeb583df983a19ab3f548f81d476fc99dee7c1cff0
parent3cc6412056876cf6b17b368bf982d5c4a7153fd7 (diff)
downloadguix-b82a45d804375bc9ccdfa53ad258adfb8dabc896.tar
guix-b82a45d804375bc9ccdfa53ad258adfb8dabc896.tar.gz
gnu: shotwell: Update to 0.30.9.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.9.
-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 e35ffb7a72..092f9fcb00 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5696,7 +5696,7 @@ metadata in photo and video files of various formats.")
(define-public shotwell
(package
(name "shotwell")
- (version "0.30.8")
+ (version "0.30.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/shotwell/"
@@ -5704,7 +5704,7 @@ metadata in photo and video files of various formats.")
"shotwell-" version ".tar.xz"))
(sha256
(base32
- "1f7m007g6w1sz8s60w6x81ghp2rrjmik8phd958b2hy8zz92wbbj"))))
+ "1y556yyzfya0310v5wqjkf17hy5lhf028iminvvgi2pdfva344id"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t