guix-commits
[Top][All Lists]
Advanced

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

05/22: gnu: umockdev: Update to 0.14.3.


From: guix-commits
Subject: 05/22: gnu: umockdev: Update to 0.14.3.
Date: Tue, 22 Sep 2020 22:41:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 09e71797767dc37850ef047b1116faea5fd3fe8a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 22 12:24:31 2020 +0200

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

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index a7db915..3e1f91e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2681,7 +2681,7 @@ provides a simple way to achieve this.")
 (define-public umockdev
   (package
     (name "umockdev")
-    (version "0.14.2")
+    (version "0.14.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/martinpitt/umockdev/";
@@ -2689,7 +2689,7 @@ provides a simple way to achieve this.")
                                   "umockdev-" version ".tar.xz"))
               (sha256
                (base32
-                "1nh6xsssmssmk0lxp9c9dmq3wzlpbpkg77nmmd09csbpybibgxfp"))))
+                "15smnxwplk48nas2c8ji6a5fqcsh770f1yl5nc2j5iprjspbm4mg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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