gnu: poppler: Update to 22.09.0.
* gnu/packages/pdf.scm (poppler): Update to 22.09.0.
This commit is contained in:
		
							parent
							
								
									70541df5cc
								
							
						
					
					
						commit
						c37a31e9ab
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -227,14 +227,14 @@ please install the @code{flyer-composer-gui} package.")))
 | 
				
			||||||
(define-public poppler
 | 
					(define-public poppler
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "poppler")
 | 
					   (name "poppler")
 | 
				
			||||||
   (version "22.07.0")
 | 
					   (version "22.09.0")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append "https://poppler.freedesktop.org/poppler-"
 | 
					            (uri (string-append "https://poppler.freedesktop.org/poppler-"
 | 
				
			||||||
                                version ".tar.xz"))
 | 
					                                version ".tar.xz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0a1lmyg3sxxq41z0xmxa889qdx1jwqiybcsr28ay50ipqk2k00j2"))))
 | 
					              "0bhyli95h3dkirjc0ibh08s4nim6rn7f38sbfzdwln8k454gga6p"))))
 | 
				
			||||||
   (build-system cmake-build-system)
 | 
					   (build-system cmake-build-system)
 | 
				
			||||||
   ;; FIXME:
 | 
					   ;; FIXME:
 | 
				
			||||||
   ;;  use libcurl:        no
 | 
					   ;;  use libcurl:        no
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue