mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: wayland-protocols: Update to 1.39.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.39. Change-Id: I6ba34e3fb334acc2a016511eb8380e772237eaf2
This commit is contained in:
parent
ce7443bb67
commit
76b5a6f2c9
1 changed files with 2 additions and 2 deletions
|
@ -1462,7 +1462,7 @@ (define-public wayland
|
|||
(define-public wayland-protocols
|
||||
(package
|
||||
(name "wayland-protocols")
|
||||
(version "1.38")
|
||||
(version "1.39")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1471,7 +1471,7 @@ (define-public wayland-protocols
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aik5zmpjwhxsfv9aa88sg95s0mg6yvy2cbqbd1xhigfbnq271zb"))))
|
||||
"1dpcwsd2p6sjf5164b674cr7vq24hp3lfdshijj438r4bx8bld28"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list wayland))
|
||||
|
|
Loading…
Reference in a new issue