mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: umockdev: Update to 0.13.2.
* gnu/packages/check.scm (umockdev): Update to 0.13.2.
This commit is contained in:
parent
886534b4e0
commit
abab956bfc
1 changed files with 7 additions and 5 deletions
|
@ -2243,7 +2243,7 @@ (define-public libfaketime
|
||||||
(define-public umockdev
|
(define-public umockdev
|
||||||
(package
|
(package
|
||||||
(name "umockdev")
|
(name "umockdev")
|
||||||
(version "0.12.1")
|
(version "0.13.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/"
|
||||||
|
@ -2251,7 +2251,7 @@ (define-public umockdev
|
||||||
"umockdev-" version ".tar.xz"))
|
"umockdev-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hx5jm9afng6hw9wyp524z8nwdp6w053pca0w2c0gqpgrmvjxvd2"))))
|
"095v3abc321s584sga04y16lcmdzsdi88h24wcrm78v7vq484g74"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -2264,10 +2264,12 @@ (define-public umockdev
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("vala" ,vala)
|
`(("vala" ,vala)
|
||||||
("python" ,python) ; for tests
|
|
||||||
("which" ,which) ; for tests
|
|
||||||
("gtk-doc" ,gtk-doc)
|
("gtk-doc" ,gtk-doc)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
|
||||||
|
;; For tests.
|
||||||
|
("python" ,python)
|
||||||
|
("which" ,which)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("eudev" ,eudev)
|
("eudev" ,eudev)
|
||||||
|
|
Loading…
Reference in a new issue