[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: twm: Update to 1.0.11.
From: |
guix-commits |
Subject: |
06/12: gnu: twm: Update to 1.0.11. |
Date: |
Tue, 21 Jul 2020 17:57:06 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit cd9e977af282e7f9cb56d49d864a2cc6c3dacff3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jul 21 22:24:56 2020 +0200
gnu: twm: Update to 1.0.11.
* gnu/packages/xorg.scm (twm): Update to 1.0.11.
[source](uri): Switch to '.xz' tarball.
---
gnu/packages/xorg.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f6c3eab..e1a8777 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5647,17 +5647,15 @@ Intrinsics (Xt) Library.")
(define-public twm
(package
(name "twm")
- (version "1.0.10")
+ (version "1.0.11")
(source
(origin
(method url-fetch)
- (uri (string-append
- "mirror://xorg/individual/app/" name "-"
- version
- ".tar.bz2"))
+ (uri (string-append "mirror://xorg/individual/app/twm-"
+ version ".tar.xz"))
(sha256
(base32
- "1ms5cj1w3g26zg6bxdv1j9hl0pxr4300qnv003cz1q3cl7ffljb4"))))
+ "1iv8kdb18n9vk3is5fyh6l40ipq9mkgx8ppj86byf464vr1ais7l"))))
(build-system gnu-build-system)
(inputs
`(("libxt" ,libxt)
- branch master updated (d2e0b16 -> 20cc8f9), guix-commits, 2020/07/21
- 01/12: gnu: bubblewrap: Build with Python 3., guix-commits, 2020/07/21
- 02/12: gnu: xorg-server: Update to 1.20.8., guix-commits, 2020/07/21
- 04/12: services: ganeti: Fix erroneous gexp., guix-commits, 2020/07/21
- 05/12: gnu: libvnc: Update to 0.9.13., guix-commits, 2020/07/21
- 03/12: gnu: OpenSC: Update to 0.20.0 [security fixes]., guix-commits, 2020/07/21
- 08/12: gnu: Add intel-xed., guix-commits, 2020/07/21
- 06/12: gnu: twm: Update to 1.0.11.,
guix-commits <=
- 07/12: gnu: nsd: Update to 4.3.1., guix-commits, 2020/07/21
- 09/12: gnu: Add remid-lv2., guix-commits, 2020/07/21
- 11/12: gnu: git-annex: Update to 8.20200720.1., guix-commits, 2020/07/21
- 12/12: gnu: patchelf: Update to 0.11., guix-commits, 2020/07/21
- 10/12: gnu: Add chaiscript., guix-commits, 2020/07/21