diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-26 01:41:59 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-26 14:41:01 +0100 |
commit | 51c482e4944d4bd8bdb3bb73751d62adf63f7f73 (patch) | |
tree | 9d350ccef2aa4532cac55c73d7bb3634e453b75c | |
parent | d2c3be991c4e6c9ee1753475391efe571053a32e (diff) | |
download | gnu-guix-51c482e4944d4bd8bdb3bb73751d62adf63f7f73.tar gnu-guix-51c482e4944d4bd8bdb3bb73751d62adf63f7f73.tar.gz |
gnu: gexiv2: Update to 0.10.7.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.7.
[build-system]: Switch to meson-build-system.
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2059bb4593..a051d79d08 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4362,7 +4362,7 @@ classes for commonly used data structures.") (define-public gexiv2 (package (name "gexiv2") - (version "0.10.6") + (version "0.10.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4370,8 +4370,8 @@ classes for commonly used data structures.") name "-" version ".tar.xz")) (sha256 (base32 - "09aqsnpah71p9gx0ap2px2dyanrs7jmkkar6q114n9b7js8qh9qk")))) - (build-system gnu-build-system) + "1f7312zygw77ml37i5qilhfvmjm59dn753ax71rcb2jm1p76vgcb")))) + (build-system meson-build-system) (native-inputs `(("glib" ,glib "bin") ("pkg-config" ,pkg-config))) |