gnu: harfbuzz: Update to 1.6.3.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.6.3.
This commit is contained in:
		
							parent
							
								
									974633e461
								
							
						
					
					
						commit
						b8560be31f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -171,7 +171,7 @@ affine transformation (scale, rotation, shear, etc.).")
 | 
				
			||||||
(define-public harfbuzz
 | 
					(define-public harfbuzz
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "harfbuzz")
 | 
					   (name "harfbuzz")
 | 
				
			||||||
   (version "1.5.1")
 | 
					   (version "1.6.3")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "https://www.freedesktop.org/software/"
 | 
					             (uri (string-append "https://www.freedesktop.org/software/"
 | 
				
			||||||
| 
						 | 
					@ -179,7 +179,7 @@ affine transformation (scale, rotation, shear, etc.).")
 | 
				
			||||||
                                 version ".tar.bz2"))
 | 
					                                 version ".tar.bz2"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0lbwzif7ndvx1iqzp7wxv6j3ilal6di2vj33cy3bha97mpyqv0sn"))))
 | 
					               "06hh8hml5fwp1pcg4r7k8syiqaxb4p1532y7sacr66mnprkv67p3"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (outputs '("out"
 | 
					   (outputs '("out"
 | 
				
			||||||
              "bin")) ; 160K, only hb-view depend on cairo
 | 
					              "bin")) ; 160K, only hb-view depend on cairo
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue