[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: gexiv2: Update to 0.10.7.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/09: gnu: gexiv2: Update to 0.10.7. |
Date: |
Tue, 26 Dec 2017 21:04:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 51c482e4944d4bd8bdb3bb73751d62adf63f7f73
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Dec 26 01:41:59 2017 +0000
gnu: gexiv2: Update to 0.10.7.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.7.
[build-system]: Switch to meson-build-system.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2059bb4..a051d79 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)))
- branch master updated (41faf6f -> 684ca67), Tobias Geerinckx-Rice, 2017/12/26
- 01/09: doc: Fix typo., Tobias Geerinckx-Rice, 2017/12/26
- 03/09: gnu: adwaita-icon-theme: Update to 3.26.1., Tobias Geerinckx-Rice, 2017/12/26
- 02/09: gnu: gexiv2: Update to 0.10.7.,
Tobias Geerinckx-Rice <=
- 05/09: gnu: r-circlize: Update to 0.4.3., Tobias Geerinckx-Rice, 2017/12/26
- 06/09: gnu: r-circlize: Improve description., Tobias Geerinckx-Rice, 2017/12/26
- 04/09: gnu: emacs-cider: Update to 0.15.1., Tobias Geerinckx-Rice, 2017/12/26
- 08/09: gnu: python-sqlalchemy-utils: Update to 0.32.21., Tobias Geerinckx-Rice, 2017/12/26
- 07/09: gnu: python-sadisplay: Update to 0.4.8., Tobias Geerinckx-Rice, 2017/12/26
- 09/09: gnu: nginx-documentation: Fix typo in synopsis., Tobias Geerinckx-Rice, 2017/12/26