aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 5004ad745d..0f26ede963 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1110,7 +1110,7 @@ plugin for the Xfce panel.")
(define-public xfdashboard
(package
(name "xfdashboard")
- (version "0.8.1")
+ (version "1.0.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1124,7 +1124,7 @@ plugin for the Xfce panel.")
".tar.bz2"))
(sha256
(base32
- "1xfyli91gpw7bn9gjk6gp8lnn50qsjd5lh5mzypz9kx3l88wbas4"))))
+ "19a8xz6zv039j2m595v4wld3x4inidc7idfkk0pp42ffwm1l6a55"))))
(build-system gnu-build-system)
(native-inputs (list intltool pkg-config `(,glib "bin")))
(inputs (list clutter
09Update NEWS.Ludovic Courtès 2020-11-07Update NEWS.Mathieu Othacehe 2020-11-07Update NEWS.Ludovic Courtès 2020-11-05Update NEWS.Ludovic Courtès 2020-04-15Update NEWS.Ludovic Courtès 2020-04-12Update NEWS.Ludovic Courtès 2020-04-09Update NEWS.Ludovic Courtès 2019-05-17Update NEWS.Ludovic Courtès 2019-05-16Update NEWS.Ludovic Courtès 2019-05-01Update NEWS.Ludovic Courtès 2019-04-29Update NEWS.Ludovic Courtès 2019-04-28Update NEWS.Ludovic Courtès 2018-12-05Update NEWS.Ludovic Courtès 2018-12-05Update NEWS.Ludovic Courtès 2018-11-23Update NEWS.Ludovic Courtès 2018-08-30Update NEWS.Ricardo Wurmus 2018-07-05Update NEWS.Ludovic Courtès 2018-07-05Update NEWS.Ludovic Courtès 2018-06-20Update NEWS.Ludovic Courtès 2018-05-29Update NEWS.Ricardo Wurmus 2018-05-20services: Add Enlightenment desktop service....* gnu/services/desktop.scm (<enlightenment-desktop-configuration>, enlightenment-desktop-service-type): New variables. * doc/guix.texi (Desktop Services): Document the service. * NEWS: Mention it. Efraim Flashner 2018-05-08guix: Separate the package name and version with "@", not "-"....* guix/packages.scm (package-full-name): By default, use "@" to separate the package name and package version. Add an optional delimiter argument so that there is still a way to explicitly use a different delimiter. * gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust accordingly. * tests/graph.scm: Adjust accordingly. * tests/profiles.scm: Adjust accordingly. * NEWS: Mention the change. Fixes: <https://bugs.gnu.org/31088>. Reported by Pierre Neidhardt <ambrevar@gmail.com>. Chris Marusich 2017-12-06Update NEWS.Ludovic Courtès 2017-12-06Update NEWS.Ludovic Courtès 2017-12-05Update NEWS.Ludovic Courtès 2017-12-04Update NEWS.Ludovic Courtès