guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: umockdev: Update to 0.12.1.


From: guix-commits
Subject: 01/06: gnu: umockdev: Update to 0.12.1.
Date: Sun, 17 Feb 2019 12:43:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e001783f4cdfe949381d6b53a45cff45c95ff4ba
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 17 03:47:20 2019 +0100

    gnu: umockdev: Update to 0.12.1.
    
    * gnu/packages/check.scm (umockdev): Update to 0.12.1.
---
 gnu/packages/check.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d689c96..075908b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]