diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-17 03:47:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-17 18:43:21 +0100 |
commit | e001783f4cdfe949381d6b53a45cff45c95ff4ba (patch) | |
tree | c9c56f2328f8bb8a2d9d12ac5083b4585e052582 /gnu/packages/check.scm | |
parent | 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9 (diff) | |
download | patches-e001783f4cdfe949381d6b53a45cff45c95ff4ba.tar patches-e001783f4cdfe949381d6b53a45cff45c95ff4ba.tar.gz |
gnu: umockdev: Update to 0.12.1.
* gnu/packages/check.scm (umockdev): Update to 0.12.1.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index d689c96648..075908bc50 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2158,7 +2158,7 @@ provides a simple way to achieve this.") (define-public umockdev (package (name "umockdev") - (version "0.11.3") + (version "0.12.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/martinpitt/umockdev/" @@ -2166,7 +2166,7 @@ provides a simple way to achieve this.") "umockdev-" version ".tar.xz")) (sha256 (base32 - "1in2hdan1g62wpvgjlj8mci85551ipr1964j2b9j06gm3blpihcx")))) + "1hx5jm9afng6hw9wyp524z8nwdp6w053pca0w2c0gqpgrmvjxvd2")))) (build-system gnu-build-system) (arguments `(#:phases @@ -2179,8 +2179,8 @@ provides a simple way to achieve this.") #t))))) (native-inputs `(("vala" ,vala) - ("python" ,python) ; for tests - ("which" ,which) ; for tests + ("python" ,python) ; for tests + ("which" ,which) ; for tests ("gtk-doc" ,gtk-doc) ("pkg-config" ,pkg-config))) (inputs |