guix-commits
[Top][All Lists]
Advanced

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

10/20: gnu: shotwell: Update to 0.30.8.


From: guix-commits
Subject: 10/20: gnu: shotwell: Update to 0.30.8.
Date: Mon, 2 Mar 2020 23:24:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bcea20cc908201f60e62d5c77922343c70eb5f99
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Mar 3 04:33:21 2020 +0100

    gnu: shotwell: Update to 0.30.8.
    
    * gnu/packages/gnome.scm (shotwell): Update to 0.30.8.
---
 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 efdbd22..7e14d9d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5742,7 +5742,7 @@ metadata in photo and video files of various formats.")
 (define-public shotwell
   (package
     (name "shotwell")
-    (version "0.30.7")
+    (version "0.30.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/shotwell/"
@@ -5750,7 +5750,7 @@ metadata in photo and video files of various formats.")
                                   "shotwell-" version ".tar.xz"))
               (sha256
                (base32
-                "1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))
+                "1f7m007g6w1sz8s60w6x81ghp2rrjmik8phd958b2hy8zz92wbbj"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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