gnu: umockdev: Update to 0.14.2.
* gnu/packages/check.scm (umockdev): Update to 0.14.2.master
parent
6dce1251a6
commit
ed43b09bac
|
@ -2630,7 +2630,7 @@ provides a simple way to achieve this.")
|
||||||
(define-public umockdev
|
(define-public umockdev
|
||||||
(package
|
(package
|
||||||
(name "umockdev")
|
(name "umockdev")
|
||||||
(version "0.14.1")
|
(version "0.14.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/martinpitt/umockdev/"
|
(uri (string-append "https://github.com/martinpitt/umockdev/"
|
||||||
|
@ -2638,7 +2638,7 @@ provides a simple way to achieve this.")
|
||||||
"umockdev-" version ".tar.xz"))
|
"umockdev-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g78jcrvb7yyh0q5kv5409wjqf8nlfqnw1rknm3a247mcx317dpz"))))
|
"1nh6xsssmssmk0lxp9c9dmq3wzlpbpkg77nmmd09csbpybibgxfp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue