summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-09 19:08:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-09 19:41:25 +0200
commited43b09bac0cce72421d386f2b604a14b4aaa8dd (patch)
tree63ccaeb7b7d0453871ed54b0fa600e0318a1bb7c /gnu
parent6dce1251a6660f64e19a661ee6683ca6ea7f0816 (diff)
downloadguix-patches-ed43b09bac0cce72421d386f2b604a14b4aaa8dd.tar
guix-patches-ed43b09bac0cce72421d386f2b604a14b4aaa8dd.tar.gz
gnu: umockdev: Update to 0.14.2.
* gnu/packages/check.scm (umockdev): Update to 0.14.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e9fecff03d..76dcd9c555 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2630,7 +2630,7 @@ provides a simple way to achieve this.")
(define-public umockdev
(package
(name "umockdev")
- (version "0.14.1")
+ (version "0.14.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/martinpitt/umockdev/"
@@ -2638,7 +2638,7 @@ provides a simple way to achieve this.")
"umockdev-" version ".tar.xz"))
(sha256
(base32
- "1g78jcrvb7yyh0q5kv5409wjqf8nlfqnw1rknm3a247mcx317dpz"))))
+ "1nh6xsssmssmk0lxp9c9dmq3wzlpbpkg77nmmd09csbpybibgxfp"))))
(build-system gnu-build-system)
(arguments
`(#:phases