gnu: glib: Update to 2.48.2.
* gnu/packages/glib.scm (glib): Update to 2.48.2.
This commit is contained in:
		
							parent
							
								
									8ac70c7ff3
								
							
						
					
					
						commit
						008a081ce5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -131,7 +131,7 @@ shared NFS home directories.")
 | 
				
			||||||
(define glib
 | 
					(define glib
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "glib")
 | 
					   (name "glib")
 | 
				
			||||||
   (version "2.48.0")
 | 
					   (version "2.48.2")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append "mirror://gnome/sources/"
 | 
					            (uri (string-append "mirror://gnome/sources/"
 | 
				
			||||||
| 
						 | 
					@ -139,7 +139,7 @@ shared NFS home directories.")
 | 
				
			||||||
                                name "-" version ".tar.xz"))
 | 
					                                name "-" version ".tar.xz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0d3w2hblrw7vvpx60l1kbvb830ygn3v8zhwdz65cc5593j9ycjvl"))
 | 
					              "1x6kwrk1zyd3csv0ca3pmwc4bnkc33agn95cds15h6nbi4apappj"))
 | 
				
			||||||
            (patches (search-patches "glib-tests-timer.patch"))))
 | 
					            (patches (search-patches "glib-tests-timer.patch"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (outputs '("out"           ; everything
 | 
					   (outputs '("out"           ; everything
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue