gnu: harfbuzz: Update to 1.3.3.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.3.3. [home-page]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									f4a8081d24
								
							
						
					
					
						commit
						61320932ed
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -165,7 +165,7 @@ affine transformation (scale, rotation, shear, etc.).") | ||||||
| (define-public harfbuzz | (define-public harfbuzz | ||||||
|   (package |   (package | ||||||
|    (name "harfbuzz") |    (name "harfbuzz") | ||||||
|    (version "1.2.4") |    (version "1.3.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/" | ||||||
|  | @ -173,7 +173,7 @@ affine transformation (scale, rotation, shear, etc.).") | ||||||
|                                  version ".tar.bz2")) |                                  version ".tar.bz2")) | ||||||
|              (sha256 |              (sha256 | ||||||
|               (base32 |               (base32 | ||||||
|                "14g4kpph8hgplkm954daxiymxx0vicfq7b7svvdsx54g5bqvv7a4")))) |                "1jdkdjvci5d6r26vimsz24hz3xqqrk5xq40n693jn4m42mqrh816")))) | ||||||
|    (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 | ||||||
|  | @ -198,7 +198,7 @@ affine transformation (scale, rotation, shear, etc.).") | ||||||
|     "HarfBuzz is an OpenType text shaping engine.") |     "HarfBuzz is an OpenType text shaping engine.") | ||||||
|    (license (license:x11-style "file://COPYING" |    (license (license:x11-style "file://COPYING" | ||||||
|                        "See 'COPYING' in the distribution.")) |                        "See 'COPYING' in the distribution.")) | ||||||
|    (home-page "http://www.freedesktop.org/wiki/Software/HarfBuzz/"))) |    (home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/"))) | ||||||
| 
 | 
 | ||||||
| (define-public pango | (define-public pango | ||||||
|   (package |   (package | ||||||
|  |  | ||||||
		Reference in a new issue