all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26683: [PATCH] gnu: dbus: Update to 1.10.18.
@ 2017-04-27 17:54 Kei Kebreau
  2017-04-28 16:27 ` Kei Kebreau
  0 siblings, 1 reply; 2+ messages in thread
From: Kei Kebreau @ 2017-04-27 17:54 UTC (permalink / raw)
  To: 26683; +Cc: Kei Kebreau

* gnu/packages/glib.scm (dbus): Update to 1.10.18.
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 4e29a550b..8c334c467 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -67,7 +67,7 @@
 (define dbus
   (package
     (name "dbus")
-    (version "1.10.16")
+    (version "1.10.18")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -75,7 +75,7 @@
                     version ".tar.gz"))
               (sha256
                (base32
-                "121kqkjsd3vgf8vca8364xl44qa5086h7qy5zs5f1l78ldpbmc57"))
+                "0jjirhw6xwz2ffmbg5kr79108l8i1bdaw7szc67n3qpkygaxsjb0"))
               (patches (search-patches "dbus-helper-search-path.patch"))))
     (build-system gnu-build-system)
     (arguments
-- 
2.12.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#26683: [PATCH] gnu: dbus: Update to 1.10.18.
  2017-04-27 17:54 bug#26683: [PATCH] gnu: dbus: Update to 1.10.18 Kei Kebreau
@ 2017-04-28 16:27 ` Kei Kebreau
  0 siblings, 0 replies; 2+ messages in thread
From: Kei Kebreau @ 2017-04-28 16:27 UTC (permalink / raw)
  To: 26683-done

[-- Attachment #1: Type: text/plain, Size: 994 bytes --]

Kei Kebreau <kei@openmailbox.org> writes:

> * gnu/packages/glib.scm (dbus): Update to 1.10.18.
> ---
>  gnu/packages/glib.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index 4e29a550b..8c334c467 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -67,7 +67,7 @@
>  (define dbus
>    (package
>      (name "dbus")
> -    (version "1.10.16")
> +    (version "1.10.18")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -75,7 +75,7 @@
>                      version ".tar.gz"))
>                (sha256
>                 (base32
> -                "121kqkjsd3vgf8vca8364xl44qa5086h7qy5zs5f1l78ldpbmc57"))
> +                "0jjirhw6xwz2ffmbg5kr79108l8i1bdaw7szc67n3qpkygaxsjb0"))
>                (patches (search-patches "dbus-helper-search-path.patch"))))
>      (build-system gnu-build-system)
>      (arguments

Pushed to gnome-updates.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-28 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27 17:54 bug#26683: [PATCH] gnu: dbus: Update to 1.10.18 Kei Kebreau
2017-04-28 16:27 ` Kei Kebreau

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.