diff mbox series

[bug#62467,gnome-team,v2,06/12] gnu: libsoup-minimal@2: Update to 2.74.3.

Message ID ab4b35acc3da739282a5c46602c4b3bd6440fbcf.camel@gmail.com
State New
Headers show
Series Update fundamental packages | expand

Commit Message

Liliana Marie Prikler March 28, 2023, 4:26 a.m. UTC
* gnu/packages/gnome.scm (libsoup-minimal-2): Update to 2.74.3.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Maxim Cournoyer April 8, 2023, 7:42 p.m. UTC | #1
Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> * gnu/packages/gnome.scm (libsoup-minimal-2): Update to 2.74.3.
> ---
>  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 90e33d72b6..4f47e60505 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -5263,7 +5263,7 @@ (define-public libsoup-minimal
>  ;;; An older variant kept to build the 'rest' package.
>  (define-public libsoup-minimal-2
>    (package/inherit libsoup-minimal
> -    (version "2.72.0")
> +    (version "2.74.3")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://gnome/sources/libsoup/"
> @@ -5271,7 +5271,7 @@ (define-public libsoup-minimal-2
>                                    "libsoup-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "11skbyw2pw32178q3h8pi7xqa41b2x4k6q4k9f75zxmh8s23y30p"))))
> +                "04rgv6hkyhgi7lak9865yxgbgky6gc635p7w6nhcbj64rx0prdz4"))))
>      (arguments
>       (substitute-keyword-arguments (package-arguments libsoup-minimal)
>         ((#:phases phases)

LGTM.  Hopefully we can get rid of the libsoup-2 stuff after we've
updated all of GNOME to 43 (which had a hard requirement to not rely on
libsoup@2).
Liliana Marie Prikler April 8, 2023, 7:56 p.m. UTC | #2
Am Samstag, dem 08.04.2023 um 15:42 -0400 schrieb Maxim Cournoyer:
> Hi,
> 
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> 
> > * gnu/packages/gnome.scm (libsoup-minimal-2): Update to 2.74.3.
> > ---
> >  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 90e33d72b6..4f47e60505 100644
> > --- a/gnu/packages/gnome.scm
> > +++ b/gnu/packages/gnome.scm
> > @@ -5263,7 +5263,7 @@ (define-public libsoup-minimal
> >  ;;; An older variant kept to build the 'rest' package.
> >  (define-public libsoup-minimal-2
> >    (package/inherit libsoup-minimal
> > -    (version "2.72.0")
> > +    (version "2.74.3")
> >      (source (origin
> >                (method url-fetch)
> >                (uri (string-append
> > "mirror://gnome/sources/libsoup/"
> > @@ -5271,7 +5271,7 @@ (define-public libsoup-minimal-2
> >                                    "libsoup-" version ".tar.xz"))
> >                (sha256
> >                 (base32
> > -               
> > "11skbyw2pw32178q3h8pi7xqa41b2x4k6q4k9f75zxmh8s23y30p"))))
> > +               
> > "04rgv6hkyhgi7lak9865yxgbgky6gc635p7w6nhcbj64rx0prdz4"))))
> >      (arguments
> >       (substitute-keyword-arguments (package-arguments libsoup-
> > minimal)
> >         ((#:phases phases)
> 
> LGTM.  Hopefully we can get rid of the libsoup-2 stuff after we've
> updated all of GNOME to 43 (which had a hard requirement to not rely
> on libsoup@2).
Well, the goal is to move to 44 directly, but aren't there non-GNOME
packages out there running libsoup-2 just like there's stuff still
running GTK 2?
Maxim Cournoyer April 9, 2023, 5:04 a.m. UTC | #3
Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Am Samstag, dem 08.04.2023 um 15:42 -0400 schrieb Maxim Cournoyer:
>> Hi,
>> 
>> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>> 
>> > * gnu/packages/gnome.scm (libsoup-minimal-2): Update to 2.74.3.
>> > ---
>> >  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 90e33d72b6..4f47e60505 100644
>> > --- a/gnu/packages/gnome.scm
>> > +++ b/gnu/packages/gnome.scm
>> > @@ -5263,7 +5263,7 @@ (define-public libsoup-minimal
>> >  ;;; An older variant kept to build the 'rest' package.
>> >  (define-public libsoup-minimal-2
>> >    (package/inherit libsoup-minimal
>> > -    (version "2.72.0")
>> > +    (version "2.74.3")
>> >      (source (origin
>> >                (method url-fetch)
>> >                (uri (string-append
>> > "mirror://gnome/sources/libsoup/"
>> > @@ -5271,7 +5271,7 @@ (define-public libsoup-minimal-2
>> >                                    "libsoup-" version ".tar.xz"))
>> >                (sha256
>> >                 (base32
>> > -               
>> > "11skbyw2pw32178q3h8pi7xqa41b2x4k6q4k9f75zxmh8s23y30p"))))
>> > +               
>> > "04rgv6hkyhgi7lak9865yxgbgky6gc635p7w6nhcbj64rx0prdz4"))))
>> >      (arguments
>> >       (substitute-keyword-arguments (package-arguments libsoup-
>> > minimal)
>> >         ((#:phases phases)
>> 
>> LGTM.  Hopefully we can get rid of the libsoup-2 stuff after we've
>> updated all of GNOME to 43 (which had a hard requirement to not rely
>> on libsoup@2).
> Well, the goal is to move to 44 directly, but aren't there non-GNOME
> packages out there running libsoup-2 just like there's stuff still
> running GTK 2?

Perhaps!  But at least we'll hopefully get a single webkitgtk soonish, eh!
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 90e33d72b6..4f47e60505 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5263,7 +5263,7 @@  (define-public libsoup-minimal
 ;;; An older variant kept to build the 'rest' package.
 (define-public libsoup-minimal-2
   (package/inherit libsoup-minimal
-    (version "2.72.0")
+    (version "2.74.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -5271,7 +5271,7 @@  (define-public libsoup-minimal-2
                                   "libsoup-" version ".tar.xz"))
               (sha256
                (base32
-                "11skbyw2pw32178q3h8pi7xqa41b2x4k6q4k9f75zxmh8s23y30p"))))
+                "04rgv6hkyhgi7lak9865yxgbgky6gc635p7w6nhcbj64rx0prdz4"))))
     (arguments
      (substitute-keyword-arguments (package-arguments libsoup-minimal)
        ((#:phases phases)