gnu: umockdev: Update to 0.12.1.
* gnu/packages/check.scm (umockdev): Update to 0.12.1.master
parent
5e388a6ebb
commit
e001783f4c
|
@ -2158,7 +2158,7 @@ provides a simple way to achieve this.")
|
||||||
(define-public umockdev
|
(define-public umockdev
|
||||||
(package
|
(package
|
||||||
(name "umockdev")
|
(name "umockdev")
|
||||||
(version "0.11.3")
|
(version "0.12.1")
|
||||||
(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/"
|
||||||
|
@ -2166,7 +2166,7 @@ provides a simple way to achieve this.")
|
||||||
"umockdev-" version ".tar.xz"))
|
"umockdev-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1in2hdan1g62wpvgjlj8mci85551ipr1964j2b9j06gm3blpihcx"))))
|
"1hx5jm9afng6hw9wyp524z8nwdp6w053pca0w2c0gqpgrmvjxvd2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue