gnu: stalonetray: Update to 0.8.3.
* gnu/packages/stalonetray.scm (stalonetray): Update to 0.8.3.
This commit is contained in:
parent
988d1bad7b
commit
8400ba2125
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014 Raimon Grau <raimonster@gmail.com>
|
;;; Copyright © 2014 Raimon Grau <raimonster@gmail.com>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -26,16 +27,16 @@
|
||||||
(define-public stalonetray
|
(define-public stalonetray
|
||||||
(package
|
(package
|
||||||
(name "stalonetray")
|
(name "stalonetray")
|
||||||
(version "0.8.1")
|
(version "0.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "mirror://sourceforge/stalonetray/stalonetray-"
|
(string-append "mirror://sourceforge/stalonetray/stalonetray/stalonetray-"
|
||||||
version "/stalonetray-" version ".tar.bz2"))
|
version "/stalonetray-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wp8pnlv34w7xizj1vivnc3fkwqq4qgb9dbrsg15598iw85gi8ll"))))
|
"0k7xnpdb6dvx25d67v0crlr32cdnzykdsi9j889njiididc8lm1n"))))
|
||||||
(inputs `(("libx11" ,libx11)))
|
(inputs `(("libx11" ,libx11)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://stalonetray.sourceforge.net")
|
(home-page "http://stalonetray.sourceforge.net")
|
||||||
|
|
Loading…
Reference in New Issue