guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]