gnu: libspectre: Update to 0.2.9.
* gnu/packages/ghostscript.scm (libspectre): Update to 0.2.9.
This commit is contained in:
		
							parent
							
								
									07e9bd7734
								
							
						
					
					
						commit
						6b5b09f1d2
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		|  | @ -387,13 +387,14 @@ Ghostscript.  It currently includes the 35 standard PostScript fonts.") | ||||||
| (define-public libspectre | (define-public libspectre | ||||||
|   (package |   (package | ||||||
|    (name "libspectre") |    (name "libspectre") | ||||||
|    (version "0.2.8") |    (version "0.2.9") | ||||||
|    (source (origin |    (source (origin | ||||||
|             (method url-fetch) |             (method url-fetch) | ||||||
|             (uri (string-append "https://libspectre.freedesktop.org/releases/libspectre-" |             (uri (string-append "https://libspectre.freedesktop.org/releases" | ||||||
|                                 version ".tar.gz")) |                                 "/libspectre-" version ".tar.gz")) | ||||||
|             (sha256 (base32 |             (sha256 | ||||||
|                      "1a67iglsc3r05mzngyg9kb1gy8whq4fgsnyjwi7bqfw2i7rnl9b5")))) |              (base32 | ||||||
|  |               "1vgvxp77d5d9chhx4i9cv9hifw4x10jgw6aw8l2v90dgnm99rbj9")))) | ||||||
|    (build-system gnu-build-system) |    (build-system gnu-build-system) | ||||||
|    (inputs `(("ghostscript" ,ghostscript))) |    (inputs `(("ghostscript" ,ghostscript))) | ||||||
|    (native-inputs `(("pkg-config" ,pkg-config))) |    (native-inputs `(("pkg-config" ,pkg-config))) | ||||||
|  |  | ||||||
		Reference in a new issue