gnu: libspectre: Update to 0.2.8.
* gnu/packages/ghostscript.scm (libspectre): Update to 0.2.8.
This commit is contained in:
		
							parent
							
								
									76cb906083
								
							
						
					
					
						commit
						94522776fb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -309,13 +309,13 @@ Ghostscript.  It currently includes the 35 standard PostScript fonts.")
 | 
				
			||||||
(define-public libspectre
 | 
					(define-public libspectre
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "libspectre")
 | 
					   (name "libspectre")
 | 
				
			||||||
   (version "0.2.7")
 | 
					   (version "0.2.8")
 | 
				
			||||||
   (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/libspectre-"
 | 
				
			||||||
                                version ".tar.gz"))
 | 
					                                version ".tar.gz"))
 | 
				
			||||||
            (sha256 (base32
 | 
					            (sha256 (base32
 | 
				
			||||||
                     "1v63lqc6bhhxwkpa43qmz8phqs8ci4dhzizyy16d3vkb20m846z8"))))
 | 
					                     "1a67iglsc3r05mzngyg9kb1gy8whq4fgsnyjwi7bqfw2i7rnl9b5"))))
 | 
				
			||||||
   (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