gnu: xboard: Update to 4.9.1.
* gnu/packages/games.scm (xboard): Update to 4.9.1. [home-page]: Use https.
This commit is contained in:
parent
72d6655c55
commit
9835458f4d
|
@ -429,7 +429,7 @@ exec ~a/bin/freedink -refdir ~a/share/dink\n"
|
||||||
(define-public xboard
|
(define-public xboard
|
||||||
(package
|
(package
|
||||||
(name "xboard")
|
(name "xboard")
|
||||||
(version "4.9.0")
|
(version "4.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -437,14 +437,15 @@ exec ~a/bin/freedink -refdir ~a/share/dink\n"
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1av6r3s5vyclwf3c9i1pkr2442ryrf4ixhhf2i44a4j1xyhlp5jb"))))
|
"1mkh36xnnacnz9r00b5f9ld9309k32jv6mcavklbdnca8bl56bib"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+-2)
|
`(("gtk+" ,gtk+-2)
|
||||||
("librsvg" ,librsvg)))
|
("librsvg" ,librsvg)))
|
||||||
(native-inputs `(("texinfo" ,texinfo)
|
(native-inputs
|
||||||
("pkg-config" ,pkg-config)))
|
`(("texinfo" ,texinfo)
|
||||||
(home-page "http://www.gnu.org/software/xboard")
|
("pkg-config" ,pkg-config)))
|
||||||
|
(home-page "https://www.gnu.org/software/xboard")
|
||||||
(synopsis "Graphical user interface for chess programs")
|
(synopsis "Graphical user interface for chess programs")
|
||||||
(description "GNU XBoard is a graphical board for all varieties of chess,
|
(description "GNU XBoard is a graphical board for all varieties of chess,
|
||||||
including international chess, xiangqi (Chinese chess), shogi (Japanese chess)
|
including international chess, xiangqi (Chinese chess), shogi (Japanese chess)
|
||||||
|
|
Loading…
Reference in New Issue