diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-22 13:11:19 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-22 15:17:12 +0200 |
commit | b7c0c756da9e5ef8a52e399c0c7b7e186ed9fe06 (patch) | |
tree | 5c0848dcb21c62ebc993cb56f9a221cad0ca742d /gnu | |
parent | 123e81681675c4d9df76cfa50d3f7fa6837b3b46 (diff) | |
download | patches-b7c0c756da9e5ef8a52e399c0c7b7e186ed9fe06.tar patches-b7c0c756da9e5ef8a52e399c0c7b7e186ed9fe06.tar.gz |
gnu: gexiv2: Update to 0.10.6.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0cec924b36..51672919fd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3984,7 +3984,7 @@ classes for commonly used data structures.") (define-public gexiv2 (package (name "gexiv2") - (version "0.10.4") + (version "0.10.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3992,7 +3992,7 @@ classes for commonly used data structures.") name "-" version ".tar.xz")) (sha256 (base32 - "190www3b61spfgwx42jw8h5hsz2996jcxky48k63468avjpk33dd")))) + "09aqsnpah71p9gx0ap2px2dyanrs7jmkkar6q114n9b7js8qh9qk")))) (build-system gnu-build-system) (native-inputs `(("glib" ,glib "bin") |