aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-23 17:55:47 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-25 00:36:36 +0100
commitd4297f71c6713f6fda5adf309e82e08d7eef9435 (patch)
tree74c5b21e18eba720bf28bddd096920afb78f7a92 /gnu/packages/gnome.scm
parenta26040c5eeb04826618485ed3de487fa1b5768f7 (diff)
downloadguix-d4297f71c6713f6fda5adf309e82e08d7eef9435.tar
guix-d4297f71c6713f6fda5adf309e82e08d7eef9435.tar.gz
gnu: gexiv2: Update to 0.10.8.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.8.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 205e2c4877..0bfa431f5a 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")