mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: umockdev: Update to 0.14.3.
* gnu/packages/check.scm (umockdev): Update to 0.14.3.
This commit is contained in:
parent
af9d3425d7
commit
09e7179776
1 changed files with 2 additions and 2 deletions
|
@ -2681,7 +2681,7 @@ (define-public libfaketime
|
||||||
(define-public umockdev
|
(define-public umockdev
|
||||||
(package
|
(package
|
||||||
(name "umockdev")
|
(name "umockdev")
|
||||||
(version "0.14.2")
|
(version "0.14.3")
|
||||||
(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/"
|
||||||
|
@ -2689,7 +2689,7 @@ (define-public umockdev
|
||||||
"umockdev-" version ".tar.xz"))
|
"umockdev-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nh6xsssmssmk0lxp9c9dmq3wzlpbpkg77nmmd09csbpybibgxfp"))))
|
"15smnxwplk48nas2c8ji6a5fqcsh770f1yl5nc2j5iprjspbm4mg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue