[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: xwud: Update to 1.0.6.
From: |
guix-commits |
Subject: |
08/09: gnu: xwud: Update to 1.0.6. |
Date: |
Mon, 11 Jul 2022 09:20:05 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 584cf4daddf7b180234c1c51a24d62f76c48987b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 11 15:04:07 2022 +0300
gnu: xwud: Update to 1.0.6.
* gnu/packages/xorg.scm (xwud): Update to 1.0.6.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7cdc0d0c67..d3b17bad52 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4537,17 +4537,17 @@ Various information is displayed depending on which
options are selected.")
(define-public xwud
(package
(name "xwud")
- (version "1.0.5")
+ (version "1.0.6")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xwud-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1a8hdgy40smvblnh3s9f0vkqckl68nmivx7d48zk34m8z18p16cr"))))
+ "1zhsih1l3x1038fi1wi9npvfnn8j7580ca73saixjg5sbv8qq134"))))
(build-system gnu-build-system)
(inputs
(list xorgproto libx11))
- branch master updated (34e90ea115 -> e0e87fe3a6), guix-commits, 2022/07/11
- 01/09: gnu: xf86-video-mach64: Update to 6.9.7., guix-commits, 2022/07/11
- 05/09: gnu: xf86-video-mga: Update to 2.0.1., guix-commits, 2022/07/11
- 06/09: gnu: xfontsel: Update to 1.1.0., guix-commits, 2022/07/11
- 08/09: gnu: xwud: Update to 1.0.6.,
guix-commits <=
- 03/09: gnu: xf86-input-synaptics: Update to 1.9.2., guix-commits, 2022/07/11
- 02/09: gnu: xcmsdb: Update to 1.0.6., guix-commits, 2022/07/11
- 07/09: gnu: xpr: Update to 1.1.0., guix-commits, 2022/07/11
- 04/09: gnu: xf86-video-cirrus: Update to 1.6.0., guix-commits, 2022/07/11
- 09/09: gnu: icu4c-70: Fix building on riscv64-linux., guix-commits, 2022/07/11