me
/
guix
Archived
1
0
Fork 0

gnu: libsoup-minimal@2: Update to 2.74.3.

* gnu/packages/gnome.scm (libsoup-minimal-2): Update to 2.74.3.
master
Liliana Marie Prikler 2023-03-28 06:26:28 +02:00
parent c861dc68ee
commit 6af9e7d228
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -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)