guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: umockdev: Update to 0.14.4.


From: guix-commits
Subject: 05/05: gnu: umockdev: Update to 0.14.4.
Date: Mon, 9 Nov 2020 14:48:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e4d364b79b26bf9250cc594abead80b18a222ead
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 9 16:41:55 2020 +0100

    gnu: umockdev: Update to 0.14.4.
    
    * gnu/packages/check.scm (umockdev): Update to 0.14.4.
---
 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 cf8bd8e..8255154 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.3")
+    (version "0.14.4")
     (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
-                "15smnxwplk48nas2c8ji6a5fqcsh770f1yl5nc2j5iprjspbm4mg"))))
+                "0xmi24ckpps32k7hc139psgbsnsf4g106sv4l9m445m46amkxggd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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