mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: xfdashboard: Update to 1.0.0.
* gnu/packages/xfce.scm (xfdashboard): Update to 1.0.0.
This commit is contained in:
parent
0236f4be85
commit
30ac38226d
1 changed files with 2 additions and 2 deletions
|
@ -1110,7 +1110,7 @@ (define-public xfce4-dict
|
||||||
(define-public xfdashboard
|
(define-public xfdashboard
|
||||||
(package
|
(package
|
||||||
(name "xfdashboard")
|
(name "xfdashboard")
|
||||||
(version "0.8.1")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||||
|
@ -1124,7 +1124,7 @@ (define-public xfdashboard
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xfyli91gpw7bn9gjk6gp8lnn50qsjd5lh5mzypz9kx3l88wbas4"))))
|
"19a8xz6zv039j2m595v4wld3x4inidc7idfkk0pp42ffwm1l6a55"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list intltool pkg-config `(,glib "bin")))
|
(native-inputs (list intltool pkg-config `(,glib "bin")))
|
||||||
(inputs (list clutter
|
(inputs (list clutter
|
||||||
|
|
Loading…
Reference in a new issue