guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: sawfish: Update to 1.12.0.


From: guix-commits
Subject: 01/02: gnu: sawfish: Update to 1.12.0.
Date: Thu, 27 Jun 2019 02:54:13 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit edccf761e3d1fa384befb5a1cee95cc11eee09d9
Author: Benjamin Slade <address@hidden>
Date:   Sun Jun 2 17:21:21 2019 -0600

    gnu: sawfish: Update to 1.12.0.
    
    * gnu/packages/sawfish.scm (sawfish): Update to 1.12.0.
    [source]: Use HTTPS URI.
    [home-page]: Update URI.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/sawfish.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/sawfish.scm b/gnu/packages/sawfish.scm
index 1ac72f2..aba9749 100644
--- a/gnu/packages/sawfish.scm
+++ b/gnu/packages/sawfish.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Benjamin Slade <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -111,14 +112,14 @@ backend of Sawfish.")
 (define-public sawfish
   (package
     (name "sawfish")
-    (version "1.11")
+    (version "1.12.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://download.tuxfamily.org/sawfish/";
+              (uri (string-append "https://download.tuxfamily.org/sawfish/";
                                   name "_" version ".tar.xz"))
               (sha256
                (base32
-                "0wp4m0p836a0rysbcdqb6z5hxlxqj3rgdbks3bs44rlssx0mcvyg"))
+                "1z7awzgw8d15aw17kpbj460pcxq8l2rhkaxk47w7yg9qrmg0xja4"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -172,7 +173,7 @@ backend of Sawfish.")
        ("libxrandr"   ,libxrandr)
        ("libxtst"     ,libxtst)
        ("rep-gtk"     ,rep-gtk)))
-    (home-page "http://sawfish.wikia.com/wiki/Main_Page";)
+    (home-page "https://sawfish.tuxfamily.org";)
     (synopsis "Configurable window manager")
     (description
      "Sawfish is an extensible window manager using a Lisp-based scripting



reply via email to

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