diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-03-28 06:26:28 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-04-30 12:35:00 +0200 |
commit | 6af9e7d2282e7b0c546d5ed909544b2f1277be67 (patch) | |
tree | 9692b12723459cc28a55e8fa66e2d74262711214 /gnu/packages/gnome.scm | |
parent | c861dc68eeb38cb203ee4e3b453e29ff06bb7cb3 (diff) | |
download | guix-6af9e7d2282e7b0c546d5ed909544b2f1277be67.tar.gz |
gnu: libsoup-minimal@2: Update to 2.74.3.
* gnu/packages/gnome.scm (libsoup-minimal-2): Update to 2.74.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 ddbe86a39b..7c5987b9a6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5053,7 +5053,7 @@ and the GLib main loop, to integrate well with GNOME applications.") (define-public libsoup-minimal-2 (package (inherit libsoup-minimal) - (version "2.74.2") + (version "2.74.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -5061,7 +5061,7 @@ and the GLib main loop, to integrate well with GNOME applications.") "libsoup-" version ".tar.xz")) (sha256 (base32 - "0n8is108n0dn4dw7nm2wq9rydcm1vy47w40wywfrxqazdrjjg97h")))) + "04rgv6hkyhgi7lak9865yxgbgky6gc635p7w6nhcbj64rx0prdz4")))) (arguments (substitute-keyword-arguments (package-arguments libsoup-minimal) ((#:phases phases) |