diff options
| author | OrdChaos <orderchaos@ordchaos.com> | 2026-08-23 10:47:52 +0800 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-24 13:13:11 +0900 |
| commit | 1d85763a0ff29dbc3a9bde32eb70b8c6afaa28f4 (patch) | |
| tree | 07359c71eb1c79ca00164621e922712331055673 | |
| parent | d07494a5ff02aaeb0b0654b876b19e1a3f6bd70e (diff) | |
gnu: xwayland-satellite: Update to 0.8.2.
* gnu/packages/xorg.scm (xwayland-satellite): Update to 0.8.2.
Merges: https://codeberg.org/guix/guix/pulls/10744
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
| -rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 84c41565e34..1d3ba3b1d42 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm | |||
| @@ -6502,7 +6502,7 @@ direct replacement for @command{xvfb-run} specifically. | |||
| 6502 | (define-public xwayland-satellite | 6502 | (define-public xwayland-satellite |
| 6503 | (package | 6503 | (package |
| 6504 | (name "xwayland-satellite") | 6504 | (name "xwayland-satellite") |
| 6505 | (version "0.8.1") | 6505 | (version "0.8.2") |
| 6506 | (source (origin | 6506 | (source (origin |
| 6507 | (method git-fetch) | 6507 | (method git-fetch) |
| 6508 | (uri (git-reference | 6508 | (uri (git-reference |
| @@ -6511,7 +6511,7 @@ direct replacement for @command{xvfb-run} specifically. | |||
| 6511 | (file-name (git-file-name name version)) | 6511 | (file-name (git-file-name name version)) |
| 6512 | (sha256 | 6512 | (sha256 |
| 6513 | (base32 | 6513 | (base32 |
| 6514 | "0w1ihmr20ayqc72qwc4sq4gsrikzwdrmag3mmgin686bg3a3hh85")) | 6514 | "0j86a6lk8c7p0n4gpi452mipgr560x4j4b926ngq0wgbm6kf7gii")) |
| 6515 | (modules '((guix build utils))) | 6515 | (modules '((guix build utils))) |
| 6516 | (snippet '(delete-file "OpenSans-Regular.ttf")))) | 6516 | (snippet '(delete-file "OpenSans-Regular.ttf")))) |
| 6517 | (build-system cargo-build-system) | 6517 | (build-system cargo-build-system) |
