From 1b9e1648f631c2692712f3457e239154955cd371 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 18 Mar 2020 23:23:19 +0100 Subject: gnu: workrave: Update to 1.10.37. * gnu/packages/gnome.scm (workrave): Update to 1.10.37. [arguments]: Disable #:tests?. --- gnu/packages/gnome.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index da3241ad6e..ff82c570d0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9296,7 +9296,7 @@ configurable file renaming. ") (define-public workrave (package (name "workrave") - (version "1.10.34") + (version "1.10.37") (source (origin (method git-fetch) @@ -9307,8 +9307,11 @@ configurable file renaming. ") version))))) (file-name (git-file-name name version)) (sha256 - (base32 "0czwhr7nw523753ajcjjfwrf91mq8pmzr19gp0srqsvb1dsn1zcf")))) + (base32 "01cxy7606hx9wgxl550l4p2xa9hsy0rk7swsp58hyi842z2z0y13")))) (build-system glib-or-gtk-build-system) + (arguments + ;; The only tests are maintainer tests (in po/), which fail. + `(#:tests? #f)) (inputs `(("glib" ,glib) ("gtk+" ,gtk+) ("gdk-pixbuf" ,gdk-pixbuf) -- cgit v1.2.3 From aa0063a00a2f4ce94e6ed63de4c30d0673303574 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 19 Mar 2020 07:47:42 +0100 Subject: gnu: libsecret: Update to 0.20.2. * gnu/packages/gnome.scm (libsecret): Update to 0.20.2. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ff82c570d0..5f34b5d184 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3826,7 +3826,7 @@ and the GLib main loop, to integrate well with GNOME applications.") (define-public libsecret (package (name "libsecret") - (version "0.20.1") + (version "0.20.2") (source (origin (method url-fetch) (uri (string-append @@ -3835,7 +3835,7 @@ and the GLib main loop, to integrate well with GNOME applications.") "libsecret-" version ".tar.xz")) (sha256 (base32 - "0ir4ynpf8b64xss1azvsi5x6697lik7hkf3z0xxa2qv2xja3xxsp")))) + "1hzz34gmsxxf1jm1b7qin390rkwbg8sx198xdkwxqp3q6cw19sc1")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments -- cgit v1.2.3 From 9a9cd9bc7bdd6e716b76dfb36533f276d2439593 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 19 Mar 2020 07:48:01 +0100 Subject: gnu: libsoup: Update to 2.70.0. * gnu/packages/gnome.scm (libsoup): Update to 2.70.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5f34b5d184..0fb474046d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3703,7 +3703,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.68.4") + (version "2.70.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -3711,7 +3711,7 @@ libxml to ease remote use of the RESTful API.") "libsoup-" version ".tar.xz")) (sha256 (base32 - "151j5dc84gbl6a917pxvd0b372lw5za48n63lyv6llfc48lv2l1d")))) + "0hjk9lgppc5435my0lyywbpmj7ib5vvcylwfin8ki97g9bvj1c2l")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments -- cgit v1.2.3