guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: shotwell: Update to 0.26.3.


From: Tobias Geerinckx-Rice
Subject: 03/08: gnu: shotwell: Update to 0.26.3.
Date: Fri, 18 Aug 2017 08:53:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 69d0674830e0c36091fccaaca5040ae5e0a0b2cb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 18 13:51:29 2017 +0200

    gnu: shotwell: Update to 0.26.3.
    
    * gnu/packages/gnome.scm (shotwell): Update to 0.26.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 9ad56e0..c313a5c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4301,7 +4301,7 @@ metadata in photo and video files of various formats.")
 (define-public shotwell
   (package
     (name "shotwell")
-    (version "0.26.2")
+    (version "0.26.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4309,7 +4309,7 @@ metadata in photo and video files of various formats.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0frjqa6nmh025clwnb74z2rzbdq65wjcp2lf9csgcbkpahyjhrag"))))
+                "1r8fd63r7c5n99hwrkzv9jlrk84z4sa15q3h70pydzfjnfqf90zv"))))
     (build-system glib-or-gtk-build-system)
     (propagated-inputs
      `(("dconf" ,dconf)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]