[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: umockdev: Update to 0.13.2.
From: |
guix-commits |
Subject: |
06/09: gnu: umockdev: Update to 0.13.2. |
Date: |
Tue, 10 Sep 2019 18:51:27 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit abab956bfc52fc057667cd55fd776e75916e9eea
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 10 23:34:13 2019 +0200
gnu: umockdev: Update to 0.13.2.
* gnu/packages/check.scm (umockdev): Update to 0.13.2.
---
gnu/packages/check.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 085538b..374a4d3 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2243,7 +2243,7 @@ provides a simple way to achieve this.")
(define-public umockdev
(package
(name "umockdev")
- (version "0.12.1")
+ (version "0.13.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/martinpitt/umockdev/"
@@ -2251,7 +2251,7 @@ provides a simple way to achieve this.")
"umockdev-" version ".tar.xz"))
(sha256
(base32
- "1hx5jm9afng6hw9wyp524z8nwdp6w053pca0w2c0gqpgrmvjxvd2"))))
+ "095v3abc321s584sga04y16lcmdzsdi88h24wcrm78v7vq484g74"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -2264,10 +2264,12 @@ provides a simple way to achieve this.")
#t)))))
(native-inputs
`(("vala" ,vala)
- ("python" ,python) ; for tests
- ("which" ,which) ; for tests
("gtk-doc" ,gtk-doc)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+
+ ;; For tests.
+ ("python" ,python)
+ ("which" ,which)))
(inputs
`(("glib" ,glib)
("eudev" ,eudev)
- branch master updated (eb7ce87 -> c1b79b3), guix-commits, 2019/09/10
- 01/09: gnu: haveged: Update to 1.9.6., guix-commits, 2019/09/10
- 05/09: gnu: yoshimi: Update to 1.6.0.1., guix-commits, 2019/09/10
- 02/09: gnu: haveged: Use HTTPS home page., guix-commits, 2019/09/10
- 04/09: gnu: perl-archive-zip: Update to 1.65., guix-commits, 2019/09/10
- 07/09: gnu: gvfs: Don't use NAME in source URI., guix-commits, 2019/09/10
- 06/09: gnu: umockdev: Update to 0.13.2.,
guix-commits <=
- 03/09: gnu: haveged: Use @acronym in description., guix-commits, 2019/09/10
- 09/09: gnu: libsoup: Don't use NAME in source URI., guix-commits, 2019/09/10
- 08/09: gnu: tracker: Don't use NAME in source URI., guix-commits, 2019/09/10