mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: waylandpp: Update to 0.2.7.
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.7.
This commit is contained in:
parent
ab2454ce6a
commit
bdc801e1cf
1 changed files with 2 additions and 2 deletions
|
@ -694,7 +694,7 @@ (define-public wayland-protocols
|
||||||
(define-public waylandpp
|
(define-public waylandpp
|
||||||
(package
|
(package
|
||||||
(name "waylandpp")
|
(name "waylandpp")
|
||||||
(version "0.2.5")
|
(version "0.2.7")
|
||||||
(home-page "https://github.com/NilsBrause/waylandpp")
|
(home-page "https://github.com/NilsBrause/waylandpp")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -702,7 +702,7 @@ (define-public waylandpp
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16h57hzd688664qcyznzhjp3hxipdkzgv46x82yhkww24av8b55n"))))
|
"1r4m0xhvwpcqxrqvp3hz1bzlkxqj2jiymd5r6hj8xjzz536hyprz"))))
|
||||||
(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