me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (libsoup-minimal-2): Update to 2.72.4.
master
Marius Bakke 2022-07-27 22:06:05 +02:00
parent ab72ab800f
commit 45bbb690ed
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 3 deletions

View File

@ -4877,8 +4877,9 @@ and the GLib main loop, to integrate well with GNOME applications.")
;;; An older variant kept to build the 'rest' package.
(define-public libsoup-minimal-2
(package/inherit libsoup-minimal
(version "2.72.0")
(package
(inherit libsoup-minimal)
(version "2.74.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsoup/"
@ -4886,7 +4887,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
"libsoup-" version ".tar.xz"))
(sha256
(base32
"11skbyw2pw32178q3h8pi7xqa41b2x4k6q4k9f75zxmh8s23y30p"))))
"0n8is108n0dn4dw7nm2wq9rydcm1vy47w40wywfrxqazdrjjg97h"))))
(arguments
(substitute-keyword-arguments (package-arguments libsoup-minimal)
((#:phases phases)