gnu: libsoup: Update to 2.72.0.
* gnu/packages/gnome.scm (libsoup): Update to 2.72.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
		
							parent
							
								
									597c5c4d1f
								
							
						
					
					
						commit
						595f44df0a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4661,7 +4661,7 @@ libxml to ease remote use of the RESTful API.")
 | 
				
			||||||
(define-public libsoup
 | 
					(define-public libsoup
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libsoup")
 | 
					    (name "libsoup")
 | 
				
			||||||
    (version "2.70.0")
 | 
					    (version "2.72.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://gnome/sources/libsoup/"
 | 
					              (uri (string-append "mirror://gnome/sources/libsoup/"
 | 
				
			||||||
| 
						 | 
					@ -4669,7 +4669,7 @@ libxml to ease remote use of the RESTful API.")
 | 
				
			||||||
                                  "libsoup-" version ".tar.xz"))
 | 
					                                  "libsoup-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0hjk9lgppc5435my0lyywbpmj7ib5vvcylwfin8ki97g9bvj1c2l"))))
 | 
					                "11skbyw2pw32178q3h8pi7xqa41b2x4k6q4k9f75zxmh8s23y30p"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue