guix-commits
[Top][All Lists]
Advanced

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

22/23: gnu: gexiv2: Update to 0.10.8.


From: Tobias Geerinckx-Rice
Subject: 22/23: gnu: gexiv2: Update to 0.10.8.
Date: Sat, 24 Mar 2018 19:41:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d4297f71c6713f6fda5adf309e82e08d7eef9435
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 23 17:55:47 2018 +0100

    gnu: gexiv2: Update to 0.10.8.
    
    * gnu/packages/gnome.scm (gexiv2): Update to 0.10.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 205e2c4..0bfa431 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4394,7 +4394,7 @@ classes for commonly used data structures.")
 (define-public gexiv2
   (package
     (name "gexiv2")
-    (version "0.10.7")
+    (version "0.10.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4402,7 +4402,7 @@ classes for commonly used data structures.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1f7312zygw77ml37i5qilhfvmjm59dn753ax71rcb2jm1p76vgcb"))))
+                "0088m7p044n741ly1m6i7w25z513h9wpgyw0rmx5f0sy3vyjiic1"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib" ,glib "bin")



reply via email to

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