guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gnome-online-accounts: Update to 3.36.0.


From: guix-commits
Subject: 02/02: gnu: gnome-online-accounts: Update to 3.36.0.
Date: Sat, 4 Apr 2020 06:26:24 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit dd233e4dfa705c9824c39eb7ce02aa7b25b1c9a5
Author: Naga Malleswari <address@hidden>
AuthorDate: Thu Apr 2 00:45:56 2020 +0530

    gnu: gnome-online-accounts: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.36.0.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 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 80174ce..e5f517f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2020 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2020 raingloom <address@hidden>
 ;;; Copyright © 2020 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2020 Naga Malleswari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6093,7 +6094,7 @@ window manager.")
 (define-public gnome-online-accounts
   (package
     (name "gnome-online-accounts")
-    (version "3.32.1")
+    (version "3.36.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6101,7 +6102,7 @@ window manager.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "08g9kdj8fzcgp76z2zsj9m7wfjks9z6xfrfrbfmcr69k40mapfx8"))))
+                "0bigfi225g1prnxpb9lcc1i7mdcrkplwb05vilc43jik12cn53qw"))))
     (outputs '("out" "lib"))
     (build-system glib-or-gtk-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]