gnu: libxml++: Update to 5.0.3.
* gnu/packages/gnome.scm (libxml++): Update to 5.0.3.
This commit is contained in:
		
							parent
							
								
									35f174ad00
								
							
						
					
					
						commit
						473d9bffb5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8719,7 +8719,7 @@ the available networks and allows users to easily switch between them.")
 | 
				
			||||||
(define-public libxml++
 | 
					(define-public libxml++
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libxml++")
 | 
					    (name "libxml++")
 | 
				
			||||||
    (version "5.0.2")
 | 
					    (version "5.0.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -8728,7 +8728,7 @@ the available networks and allows users to easily switch between them.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "13jlhz57yjxapplflm8aarczxv6ll3d336y1446mr5n4ylkcc1xz"))))
 | 
					        (base32 "07h11vl0rv8b0w31as5xiirpx17lprkx7fimphy3f5mkwhz8njba"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list libxml2))                    ;required by .pc file
 | 
					     (list libxml2))                    ;required by .pc file
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue