mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: umockdev: Update to 0.19.1.
* gnu/packages/check.scm (umockdev): Update to 0.19.1. Change-Id: Id8ff7d498eb200de0986513e54791c08d3429c92
This commit is contained in:
parent
5d4702eca1
commit
cc777d5457
1 changed files with 2 additions and 2 deletions
|
@ -3563,7 +3563,7 @@ pre-condition.")
|
|||
(define-public umockdev
|
||||
(package
|
||||
(name "umockdev")
|
||||
(version "0.17.13")
|
||||
(version "0.19.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/martinpitt/umockdev/"
|
||||
|
@ -3571,7 +3571,7 @@ pre-condition.")
|
|||
"umockdev-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kqkraag5v1jl5qfv0mb3ckm8yq2im21mng08sbs9dh9c9pbyvkc"))))
|
||||
"09plskc0rqwngqssbn2nr8da4zwzkhwg6x5yf109pf36wglf1v1c"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue