all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45505] [PATCH] gnu: libsoup: Update to 2.72.0.
@ 2020-12-28 15:28 Vincent Legoll
  2020-12-29 20:35 ` bug#45505: " Leo Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-28 15:28 UTC (permalink / raw)
  To: 45505; +Cc: Vincent Legoll

* gnu/packages/gnome.scm (libsoup): Update to 2.72.0.
---
 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 2756a3d0d4..e7bfc542ce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4661,7 +4661,7 @@ libxml to ease remote use of the RESTful API.")
 (define-public libsoup
   (package
     (name "libsoup")
-    (version "2.70.0")
+    (version "2.72.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -4669,7 +4669,7 @@ libxml to ease remote use of the RESTful API.")
                                   "libsoup-" version ".tar.xz"))
               (sha256
                (base32
-                "0hjk9lgppc5435my0lyywbpmj7ib5vvcylwfin8ki97g9bvj1c2l"))))
+                "11skbyw2pw32178q3h8pi7xqa41b2x4k6q4k9f75zxmh8s23y30p"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-- 
2.29.2





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

* bug#45505: [PATCH] gnu: libsoup: Update to 2.72.0.
  2020-12-28 15:28 [bug#45505] [PATCH] gnu: libsoup: Update to 2.72.0 Vincent Legoll
@ 2020-12-29 20:35 ` Leo Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Prikler @ 2020-12-29 20:35 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45505-done

I'll trust the test suite and "get" example and push this.  Thanks!





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

end of thread, other threads:[~2020-12-29 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 15:28 [bug#45505] [PATCH] gnu: libsoup: Update to 2.72.0 Vincent Legoll
2020-12-29 20:35 ` bug#45505: " Leo Prikler

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.