unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29324] [PATCH] Update gnome-disk-utility and eog to 3.26.2.
@ 2017-11-16 19:33 Rutger Helling
  2017-11-17 10:07 ` bug#29324: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-11-16 19:33 UTC (permalink / raw)
  To: 29324


[-- Attachment #1.1: Type: text/plain, Size: 76 bytes --]

Hey Guix, 

here are patches to update gnome-disk-utility and eog to 3.26.2.

[-- Attachment #1.2: Type: text/html, Size: 269 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gnome-disk-utility-Update-to-3.26.2.patch --]
[-- Type: text/x-diff; name=0001-gnu-gnome-disk-utility-Update-to-3.26.2.patch, Size: 1607 bytes --]

From 64e2aa523686da5479c5654963192736c11089e2 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 16 Nov 2017 20:27:44 +0100
Subject: [PATCH] gnu: gnome-disk-utility: Update to 3.26.2.

* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.26.2.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index abe430570..c44610261 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
 ;;; Copyright © 2017 Brendan Tildesley <brendan.tildesley@openmailbox.org>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -518,7 +519,7 @@ and keep up to date translations of documentation.")
 (define-public gnome-disk-utility
   (package
     (name "gnome-disk-utility")
-    (version "3.26.1")
+    (version "3.26.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -526,7 +527,7 @@ and keep up to date translations of documentation.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "10spllvcq2q71xk3dnhzjk8v4qx9am8y1h68k8z2j0l94g1c8bi3"))))
+                "1wjnw9hpjqyhrr116491rfzd0837g6jqvzq2z1ndx2sdqv19caxa"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin")
-- 
2.15.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-gnu-eog-Update-to-3.26.2.patch --]
[-- Type: text/x-diff; name=0002-gnu-eog-Update-to-3.26.2.patch, Size: 1247 bytes --]

From 7bb509e79582405a6e9b53fcea25ff5dd3064941 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 16 Nov 2017 20:29:12 +0100
Subject: [PATCH] gnu: eog: Update to 3.26.2.

* gnu/packages/gnome.scm (eog): Update to 3.26.2.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c44610261..149feeb51 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3768,7 +3768,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
 (define-public eog
  (package
    (name "eog")
-   (version "3.26.1")
+   (version "3.26.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3776,7 +3776,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "125wzr1mai4raybfb2hwjzxv59q20bjpw9j4wn682nn5bd9ypnwq"))))
+              "1b87i31mxzayd3knn9zg00y816d093qrbyx556w8a03xz96ksgmm"))))
    (build-system glib-or-gtk-build-system)
    (arguments
     `(#:phases
-- 
2.15.0


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

* bug#29324: [PATCH] Update gnome-disk-utility and eog to 3.26.2.
  2017-11-16 19:33 [bug#29324] [PATCH] Update gnome-disk-utility and eog to 3.26.2 Rutger Helling
@ 2017-11-17 10:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-11-17 10:07 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 29324-done

Rutger Helling <rhelling@mykolab.com> skribis:

> here are patches to update gnome-disk-utility and eog to 3.26.2.

Applied, thanks!

Ludo'.

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

end of thread, other threads:[~2017-11-17 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16 19:33 [bug#29324] [PATCH] Update gnome-disk-utility and eog to 3.26.2 Rutger Helling
2017-11-17 10:07 ` bug#29324: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).