gnu: poppler: Update to 0.43.0.
* gnu/packages/pdf.scm (poppler): Update to 0.43.0.
This commit is contained in:
		
							parent
							
								
									f8cf897582
								
							
						
					
					
						commit
						041d0ff880
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -52,14 +52,14 @@
 | 
				
			||||||
(define-public poppler
 | 
					(define-public poppler
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "poppler")
 | 
					   (name "poppler")
 | 
				
			||||||
   (version "0.42.0")
 | 
					   (version "0.43.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
 | 
				
			||||||
              "044084dbp804flwf7bw3lbwfdigm9s0psm6sw2j1hkrazrphgvwz"))))
 | 
					              "0mi4zf0pz3x3fx3ir7szz1n57nywgbpd4mp2r7mvf47f4rmf4867"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   ;; FIXME:
 | 
					   ;; FIXME:
 | 
				
			||||||
   ;;  use libcurl:        no
 | 
					   ;;  use libcurl:        no
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue