[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: twm: Update to 1.0.10.
From: |
Marius Bakke |
Subject: |
08/09: gnu: twm: Update to 1.0.10. |
Date: |
Wed, 7 Mar 2018 08:54:29 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit b5ebc1bf8cf35ae2579012319083aff29d74b9bf
Author: Marius Bakke <address@hidden>
Date: Wed Mar 7 14:12:55 2018 +0100
gnu: twm: Update to 1.0.10.
* gnu/packages/xorg.scm (twm): Update to 1.0.10.
[source]: Use bzip-compressed tarball.
---
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 9ee7ef5..3bf2266 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5421,17 +5421,17 @@ Intrinsics (Xt) Library.")
(define-public twm
(package
(name "twm")
- (version "1.0.9")
+ (version "1.0.10")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/" name "-"
version
- ".tar.gz"))
+ ".tar.bz2"))
(sha256
(base32
- "1s1r00x8add3f27xjqxg6q7mwplwrb72gakbh4y6j052as25wchw"))))
+ "1ms5cj1w3g26zg6bxdv1j9hl0pxr4300qnv003cz1q3cl7ffljb4"))))
(build-system gnu-build-system)
(inputs
`(("libxt" ,libxt)
- branch master updated (06c15ee -> 9dda6da), Marius Bakke, 2018/03/07
- 03/09: gnu: gtkmm: Use the for-test xorg variant for tests., Marius Bakke, 2018/03/07
- 06/09: gnu: imagemagick: Update to 6.9.9-37., Marius Bakke, 2018/03/07
- 07/09: gnu: mkfontscale: Update to 1.1.3., Marius Bakke, 2018/03/07
- 02/09: gnu: gtkmm: Update to 3.22.2., Marius Bakke, 2018/03/07
- 05/09: gnu: Add gtksourceviewmm., Marius Bakke, 2018/03/07
- 04/09: gnu: Use HTTPS on gtkmm.org home pages., Marius Bakke, 2018/03/07
- 08/09: gnu: twm: Update to 1.0.10.,
Marius Bakke <=
- 09/09: gnu: xdriinfo: Update to 1.0.6., Marius Bakke, 2018/03/07
- 01/09: gnu: glibmm: Update to 2.54.1., Marius Bakke, 2018/03/07