gnu: utfcpp: Update to 3.2.5.
* gnu/packages/textutils.scm (utfcpp): Update to 3.2.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									697406fef7
								
							
						
					
					
						commit
						367f0317d9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -692,7 +692,7 @@ spreadsheets and outputs it in comma-separated-value format, and
 | 
				
			||||||
(define-public utfcpp
 | 
					(define-public utfcpp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "utfcpp")
 | 
					    (name "utfcpp")
 | 
				
			||||||
    (version "3.2.4")
 | 
					    (version "3.2.5")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -709,7 +709,7 @@ spreadsheets and outputs it in comma-separated-value format, and
 | 
				
			||||||
                     "<ftest/ftest.h>"))))
 | 
					                     "<ftest/ftest.h>"))))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0p18cbdk57ilbgcgprgqp7fgysb5i0nidczbhc5rnxkiiw4jvxgn"))))
 | 
					                "195n47dblx765xas54vkgyin3xsvfnvcdc614njzqmcxybfpvix2"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (native-inputs (list ftest))
 | 
					    (native-inputs (list ftest))
 | 
				
			||||||
    (home-page "https://github.com/nemtrif/utfcpp")
 | 
					    (home-page "https://github.com/nemtrif/utfcpp")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue