gnu: libsigc++: Update to 2.10.0.
* gnu/packages/glib.scm (libsigc++): Update to 2.10.0.
This commit is contained in:
		
							parent
							
								
									cb8edaac35
								
							
						
					
					
						commit
						000c5a1163
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -471,7 +471,7 @@ by GDBus included in Glib.")
 | 
				
			||||||
(define libsigc++
 | 
					(define libsigc++
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libsigc++")
 | 
					    (name "libsigc++")
 | 
				
			||||||
    (version "2.8.0")
 | 
					    (version "2.10.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://gnome/sources/libsigc++/"
 | 
					             (uri (string-append "mirror://gnome/sources/libsigc++/"
 | 
				
			||||||
| 
						 | 
					@ -479,7 +479,7 @@ by GDBus included in Glib.")
 | 
				
			||||||
                                 name "-" version ".tar.xz"))
 | 
					                                 name "-" version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0lcnzzdq6718znfshs1hflpwqq6awbzwdyp4kv5lfaf54z880jbp"))))
 | 
					               "10cd54l4zihss9qxfhd2iip2k7mr292k37i54r2cpgv0c8sdchzq"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs `(("pkg-config" ,pkg-config)
 | 
					    (native-inputs `(("pkg-config" ,pkg-config)
 | 
				
			||||||
                     ("m4" ,m4)))
 | 
					                     ("m4" ,m4)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue