mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: waylandpp: Update to 0.2.8.
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.8.
This commit is contained in:
parent
fac43c9259
commit
c4593535ea
1 changed files with 3 additions and 3 deletions
|
@ -796,7 +796,7 @@ (define-public wayland-protocols
|
||||||
(define-public waylandpp
|
(define-public waylandpp
|
||||||
(package
|
(package
|
||||||
(name "waylandpp")
|
(name "waylandpp")
|
||||||
(version "0.2.7")
|
(version "0.2.8")
|
||||||
(home-page "https://github.com/NilsBrause/waylandpp")
|
(home-page "https://github.com/NilsBrause/waylandpp")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -804,7 +804,7 @@ (define-public waylandpp
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r4m0xhvwpcqxrqvp3hz1bzlkxqj2jiymd5r6hj8xjzz536hyprz"))))
|
"1kxiqab48p0n97pwg8c2zx56wqq32m3rcq7qd2pjj33ipcanb3qq"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests
|
`(#:tests? #f)) ; no tests
|
||||||
|
|
Loading…
Reference in a new issue