summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-22 12:24:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 04:36:38 +0200
commit09e71797767dc37850ef047b1116faea5fd3fe8a (patch)
tree420cb999d7315241332a314b88074db2f8249261 /gnu/packages/check.scm
parentaf9d3425d7614357dbcd456d16714865c6335ca7 (diff)
downloadguix-patches-09e71797767dc37850ef047b1116faea5fd3fe8a.tar
guix-patches-09e71797767dc37850ef047b1116faea5fd3fe8a.tar.gz
gnu: umockdev: Update to 0.14.3.
* gnu/packages/check.scm (umockdev): Update to 0.14.3.
Diffstat (limited to 'gnu/packages/check.scm')
-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 a7db915597..3e1f91e150 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