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 <arunisaac@systemreboot.net>
This commit is contained in:
parent
7a70e7ca04
commit
edccf761e3
|
@ -1,6 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
;;; Copyright © 2019 Benjamin Slade <slade@jnanam.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -111,14 +112,14 @@ backend of Sawfish.")
|
||||||
(define-public sawfish
|
(define-public sawfish
|
||||||
(package
|
(package
|
||||||
(name "sawfish")
|
(name "sawfish")
|
||||||
(version "1.11")
|
(version "1.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.tuxfamily.org/sawfish/"
|
(uri (string-append "https://download.tuxfamily.org/sawfish/"
|
||||||
name "_" version ".tar.xz"))
|
name "_" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wp4m0p836a0rysbcdqb6z5hxlxqj3rgdbks3bs44rlssx0mcvyg"))
|
"1z7awzgw8d15aw17kpbj460pcxq8l2rhkaxk47w7yg9qrmg0xja4"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -172,7 +173,7 @@ backend of Sawfish.")
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("libxtst" ,libxtst)
|
("libxtst" ,libxtst)
|
||||||
("rep-gtk" ,rep-gtk)))
|
("rep-gtk" ,rep-gtk)))
|
||||||
(home-page "http://sawfish.wikia.com/wiki/Main_Page")
|
(home-page "https://sawfish.tuxfamily.org")
|
||||||
(synopsis "Configurable window manager")
|
(synopsis "Configurable window manager")
|
||||||
(description
|
(description
|
||||||
"Sawfish is an extensible window manager using a Lisp-based scripting
|
"Sawfish is an extensible window manager using a Lisp-based scripting
|
||||||
|
|
Loading…
Reference in New Issue