mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: wl-mirror: Update to 0.18.3.
* gnu/packages/wm.scm (wl-mirror): Update to 0.18.3. Change-Id: I0e8eb4d4788dec702799cf0ba3f3111c7adc864e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a01d74ea0b
commit
9d0288d869
1 changed files with 2 additions and 2 deletions
|
|
@ -2503,7 +2503,7 @@ modules for building a Wayland compositor.")
|
|||
(define-public wl-mirror
|
||||
(package
|
||||
(name "wl-mirror")
|
||||
(version "0.18.2")
|
||||
(version "0.18.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -2512,7 +2512,7 @@ modules for building a Wayland compositor.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n7i9jmij5vpnsas3j1namdrsncpp6q008nzny5kgbg96cq267ym"))))
|
||||
"1acx42p74p1bz569l3whk1mw0s3ki229jz6072n0hc6yy5j84gy6"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;No tests.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue