diff options
author | Zheng Junjie <z572@z572.online> | 2025-06-17 21:26:37 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:35 +0200 |
commit | fe60ed992eb2b84b88abd54ab437b4b815c93f24 (patch) | |
tree | fc4393f792fad063a8e17416443fefd5fcddb043 | |
parent | 884b6e96156c46fe821cd0c7d54c679085e9f129 (diff) |
gnu: libsoup-minimal: Update to 3.6.4.
* gnu/packages/gnome.scm (libsoup-minimal): Update to 3.6.4.
Change-Id: Ifbf90c450f18b5756dd289408183b509bc2f48a7
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d4e36265c1..a2ff88ffb5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5234,7 +5234,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.") (define-public libsoup-minimal (package (name "libsoup-minimal") - (version "3.6.1") + (version "3.6.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -5242,7 +5242,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.") "libsoup-" version ".tar.xz")) (sha256 (base32 - "0f7qiahry819c3rv9r0mxybz0pn5js69klsrh76v4wyx5fmg3cff")))) + "12jwcsk17b4x4pd4wqnhn5xzr25186hw5dpjrbmmpc3na9pwfm4v")))) (build-system meson-build-system) (arguments (list |