guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: libsoup: Update to 2.62.1.


From: Marius Bakke
Subject: 02/08: gnu: libsoup: Update to 2.62.1.
Date: Sun, 15 Apr 2018 07:51:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 87b08d8421db1dc69b18bd86d7e9ac8e89814838
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 12:23:09 2018 +0200

    gnu: libsoup: Update to 2.62.1.
    
    * gnu/packages/gnome.scm (libsoup): Update to 2.62.1.
---
 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 ed9f54b..9fea581 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2455,7 +2455,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libsoup
   (package
     (name "libsoup")
-    (version "2.62.0")
+    (version "2.62.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -2463,7 +2463,7 @@ libxml to ease remote use of the RESTful API.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1b5aff1igbsx1h4v3wmkffvzgiy8rscibqka7fmjf2lxs7l7lz5b"))))
+                "1mw3b3j4f4ln7hl03jd296rx78dy35hzlq005a21r6qg5sndsdzh"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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